Searched refs:set_ifc_amask (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/misc/ |
D | fsl_ifc.c | 386 set_ifc_amask(i, regs[i].amask); in init_early_memctl_regs() 407 set_ifc_amask(i, (i == 1) ? regs[i].amask_final : in init_final_memctl_regs() 428 set_ifc_amask(IFC_CS0, CONFIG_SYS_AMASK0); in init_early_memctl_regs() 446 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1); in init_early_memctl_regs() 463 set_ifc_amask(IFC_CS2, CONFIG_SYS_AMASK2); in init_early_memctl_regs() 480 set_ifc_amask(IFC_CS3, CONFIG_SYS_AMASK3); in init_early_memctl_regs() 497 set_ifc_amask(IFC_CS4, CONFIG_SYS_AMASK4); in init_early_memctl_regs() 514 set_ifc_amask(IFC_CS5, CONFIG_SYS_AMASK5); in init_early_memctl_regs() 531 set_ifc_amask(IFC_CS6, CONFIG_SYS_AMASK6); in init_early_memctl_regs() 548 set_ifc_amask(IFC_CS7, CONFIG_SYS_AMASK7); in init_early_memctl_regs() [all …]
|
/external/u-boot/include/ |
D | fsl_ifc.h | 823 #define set_ifc_amask(i, v) \ macro
|