Home
last modified time | relevance | path

Searched refs:config2 (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.h84 u16 config2; member
97 u16 config2; member
121 u32 config2; member
200 #define operation config2
H A Dmxc_nand_spl.c32 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()
H A Dmxc_nand.c120 tmp = readnfc(&host->regs->config2);
123 writenfc(tmp, &host->regs->config2);
364 uint32_t tmp = readnfc(&host->ip_regs->config2);
370 writenfc(tmp, &host->ip_regs->config2);
1278 tmp = readnfc(&host->ip_regs->config2);
1291 writenfc(tmp, &host->ip_regs->config2);
/rk3399_rockchip-uboot/arch/mips/mach-ath79/ar934x/
H A Dddr.c26 u32 config2; member
96 writel(memcfg->config2, ddr_regs + AR71XX_DDR_REG_CONFIG2); in ar934x_ddr_init()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c67 unsigned long config2) in sip_smc_set_suspend_mode() argument
71 res = __invoke_sip_fn_smc(SIP_SUSPEND_MODE, ctrl, config1, config2); in sip_smc_set_suspend_mode()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Domap_gpmc.h36 u32 config2; /* 0x04 */ member
/rk3399_rockchip-uboot/include/
H A Dfsl_usb.h70 u32 config2; member
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c116 setbits_be32(&usb_phy->config2, in fsl_erratum_a006261_workaround()
120 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround()
123 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp); in fsl_erratum_a006261_workaround()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h124 unsigned long config2);
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dmem-common.c71 writel(gpmc_config[1], &cs->config2); in enable_gpmc_cs_config()
/rk3399_rockchip-uboot/board/gumstix/duovero/
H A Dduovero.c141 writel(gpmc_config[1], &cs->config2); in enable_gpmc_net_config()
/rk3399_rockchip-uboot/board/ti/evm/
H A Devm.c253 writel(NET_GPMC_CONFIG2, &gpmc_cfg->cs[5].config2); in setup_net_chip()