Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_IFC_ADDR (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dfsl_ifc_spl.c57 struct fsl_ifc regs = {(void *)CONFIG_SYS_IFC_ADDR, NULL}; in runtime_regs_address()
62 regs.rregs = (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_64KOFFSET; in runtime_regs_address()
64 regs.rregs = (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_4KOFFSET; in runtime_regs_address()
111 struct fsl_ifc_fcm *gregs = (void *)CONFIG_SYS_IFC_ADDR; in nand_spl_load_image()
A Dfsl_ifc_nand.c783 (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_64KOFFSET; in fsl_ifc_ctrl_init()
786 (void *)CONFIG_SYS_IFC_ADDR + IFC_RREGS_4KOFFSET; in fsl_ifc_ctrl_init()
/u-boot/board/freescale/p1010rdb/
A Dspl.c32 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_init_f()
A Dp1010rdb.c86 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_early_init_f()
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dconfig.h23 #define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000) macro
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dfdt.c186 CONFIG_SYS_IFC_ADDR); in ft_cpu_setup()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init_early.c19 struct fsl_ifc ifc_regs = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in setup_ifc()
/u-boot/board/keymile/kmcent2/
A Dkmcent2.c46 struct fsl_ifc ifc = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in board_early_init_f()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dimmap_lsch3.h37 #define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x01240000) macro
A Dimmap_lsch2.h21 #define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000) macro
/u-boot/include/
A Dfsl_ifc.h804 ((struct fsl_ifc_fcm *)CONFIG_SYS_IFC_ADDR)
/u-boot/scripts/
A Dconfig_whitelist.txt2740 CONFIG_SYS_IFC_ADDR
/u-boot/arch/powerpc/include/asm/
A Dimmap_85xx.h2965 #define CONFIG_SYS_IFC_ADDR \ macro

Completed in 48 milliseconds