Searched refs:config2 (Results 1 – 9 of 9) sorted by relevance
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxc_nand.h | 83 u16 config2; member 96 u16 config2; member 120 u32 config2; member 199 #define operation config2
|
| A D | mxc_nand_spl.c | 32 while (!(readnfc(&nfc->config2) & NFC_V1_V2_CONFIG2_INT)) in nfc_wait_ready() 36 tmp = readnfc(&nfc->config2); in nfc_wait_ready() 38 writenfc(tmp, &nfc->config2); in nfc_wait_ready() 56 tmp = (readnfc(&nfc_ip->config2) & ~(NFC_V3_CONFIG2_SPAS_MASK | in nfc_nand_init() 75 writenfc(tmp, &nfc_ip->config2); in nfc_nand_init()
|
| A D | mxc_nand.c | 121 tmp = readnfc(&host->regs->config2); 124 writenfc(tmp, &host->regs->config2); 365 uint32_t tmp = readnfc(&host->ip_regs->config2); 371 writenfc(tmp, &host->ip_regs->config2); 1279 tmp = readnfc(&host->ip_regs->config2); 1292 writenfc(tmp, &host->ip_regs->config2);
|
| /u-boot/arch/mips/mach-ath79/ar934x/ |
| A D | ddr.c | 28 u32 config2; member 98 writel(memcfg->config2, ddr_regs + AR71XX_DDR_REG_CONFIG2); in ar934x_ddr_init()
|
| /u-boot/include/linux/mtd/ |
| A D | omap_gpmc.h | 35 u32 config2; /* 0x04 */ member
|
| /u-boot/include/ |
| A D | fsl_usb.h | 69 u32 config2; member
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | cpu_init.c | 118 setbits_be32(&usb_phy->config2, in fsl_erratum_a006261_workaround() 122 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround() 125 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround()
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | mem-common.c | 70 writel(gpmc_config[1], &cs->config2); in enable_gpmc_cs_config()
|
| /u-boot/board/ti/evm/ |
| A D | evm.c | 203 writel(NET_GPMC_CONFIG2, &gpmc_cfg->cs[5].config2); in setup_net_chip()
|
Completed in 21 milliseconds