Home
last modified time | relevance | path

Searched refs:set_ifc_csor_ext (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/misc/
Dfsl_ifc.c37 set_ifc_csor_ext(IFC_CS0, CONFIG_SYS_CSOR0_EXT); in init_early_memctl_regs()
49 set_ifc_csor_ext(IFC_CS1, CONFIG_SYS_CSOR1_EXT); in init_early_memctl_regs()
66 set_ifc_csor_ext(IFC_CS2, CONFIG_SYS_CSOR2_EXT); in init_early_memctl_regs()
83 set_ifc_csor_ext(IFC_CS3, CONFIG_SYS_CSOR3_EXT); in init_early_memctl_regs()
100 set_ifc_csor_ext(IFC_CS4, CONFIG_SYS_CSOR4_EXT); in init_early_memctl_regs()
117 set_ifc_csor_ext(IFC_CS5, CONFIG_SYS_CSOR5_EXT); in init_early_memctl_regs()
134 set_ifc_csor_ext(IFC_CS6, CONFIG_SYS_CSOR6_EXT); in init_early_memctl_regs()
151 set_ifc_csor_ext(IFC_CS7, CONFIG_SYS_CSOR7_EXT); in init_early_memctl_regs()
/external/u-boot/include/
Dfsl_ifc.h819 #define set_ifc_csor_ext(i, v) \ macro