Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dfsl_ifc.c41 set_ifc_amask(IFC_CS0, CONFIG_SYS_AMASK0); in init_early_memctl_regs()
59 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1); in init_early_memctl_regs()
76 set_ifc_amask(IFC_CS2, CONFIG_SYS_AMASK2); in init_early_memctl_regs()
93 set_ifc_amask(IFC_CS3, CONFIG_SYS_AMASK3); in init_early_memctl_regs()
110 set_ifc_amask(IFC_CS4, CONFIG_SYS_AMASK4); in init_early_memctl_regs()
127 set_ifc_amask(IFC_CS5, CONFIG_SYS_AMASK5); in init_early_memctl_regs()
144 set_ifc_amask(IFC_CS6, CONFIG_SYS_AMASK6); in init_early_memctl_regs()
161 set_ifc_amask(IFC_CS7, CONFIG_SYS_AMASK7); in init_early_memctl_regs()
172 set_ifc_amask(IFC_CS0, CONFIG_SYS_AMASK0); in init_final_memctl_regs()
178 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1_FINAL); in init_final_memctl_regs()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_ifc.h824 #define set_ifc_amask(i, v) \ macro