Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dfsl_ifc.c40 set_ifc_amask(IFC_CS0, CONFIG_SYS_AMASK0); in init_early_memctl_regs()
58 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1); in init_early_memctl_regs()
75 set_ifc_amask(IFC_CS2, CONFIG_SYS_AMASK2); in init_early_memctl_regs()
92 set_ifc_amask(IFC_CS3, CONFIG_SYS_AMASK3); in init_early_memctl_regs()
109 set_ifc_amask(IFC_CS4, CONFIG_SYS_AMASK4); in init_early_memctl_regs()
126 set_ifc_amask(IFC_CS5, CONFIG_SYS_AMASK5); in init_early_memctl_regs()
143 set_ifc_amask(IFC_CS6, CONFIG_SYS_AMASK6); in init_early_memctl_regs()
160 set_ifc_amask(IFC_CS7, CONFIG_SYS_AMASK7); in init_early_memctl_regs()
171 set_ifc_amask(IFC_CS0, CONFIG_SYS_AMASK0); in init_final_memctl_regs()
177 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1_FINAL); in init_final_memctl_regs()
[all …]
/external/u-boot/include/
Dfsl_ifc.h823 #define set_ifc_amask(i, v) \ macro