Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dfsl_ifc.c41 set_ifc_csor(IFC_CS0, CONFIG_SYS_CSOR0); in init_early_memctl_regs()
57 set_ifc_csor(IFC_CS1, CONFIG_SYS_CSOR1); in init_early_memctl_regs()
74 set_ifc_csor(IFC_CS2, CONFIG_SYS_CSOR2); in init_early_memctl_regs()
93 set_ifc_csor(IFC_CS3, CONFIG_SYS_CSOR3); in init_early_memctl_regs()
110 set_ifc_csor(IFC_CS4, CONFIG_SYS_CSOR4); in init_early_memctl_regs()
127 set_ifc_csor(IFC_CS5, CONFIG_SYS_CSOR5); in init_early_memctl_regs()
144 set_ifc_csor(IFC_CS6, CONFIG_SYS_CSOR6); in init_early_memctl_regs()
161 set_ifc_csor(IFC_CS7, CONFIG_SYS_CSOR7); in init_early_memctl_regs()
/external/u-boot/include/
Dfsl_ifc.h821 #define set_ifc_csor(i, v) \ macro