Searched refs:CFG_SYS_IFC_ADDR (Results 1 - 13 of 13) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_spl.c57 struct fsl_ifc regs = {(void *)CFG_SYS_IFC_ADDR, NULL};
62 regs.rregs = (void *)CFG_SYS_IFC_ADDR + IFC_RREGS_64KOFFSET;
64 regs.rregs = (void *)CFG_SYS_IFC_ADDR + IFC_RREGS_4KOFFSET;
113 struct fsl_ifc_fcm *gregs = (void *)CFG_SYS_IFC_ADDR;
H A Dfsl_ifc_nand.c779 (void *)CFG_SYS_IFC_ADDR + IFC_RREGS_64KOFFSET;
782 (void *)CFG_SYS_IFC_ADDR + IFC_RREGS_4KOFFSET;
/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dconfig.h22 #define CFG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000) macro
/u-boot/board/freescale/p1010rdb/
H A Dspl.c32 struct fsl_ifc ifc = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
H A Dp1010rdb.c86 struct fsl_ifc ifc = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
/u-boot/board/keymile/pg-wcom-ls102xa/
H A Dpg-wcom-ls102xa.c55 struct fsl_ifc ifc = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c174 CFG_SYS_IFC_ADDR);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c20 struct fsl_ifc ifc_regs = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
/u-boot/board/keymile/kmcent2/
H A Dkmcent2.c47 struct fsl_ifc ifc = {(void *)CFG_SYS_IFC_ADDR, (void *)NULL};
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h36 #define CFG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x01240000) macro
H A Dimmap_lsch2.h18 #define CFG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000) macro
/u-boot/include/
H A Dfsl_ifc.h803 ((struct fsl_ifc_fcm *)CFG_SYS_IFC_ADDR)
/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h2601 #define CFG_SYS_IFC_ADDR \ macro

Completed in 98 milliseconds