Searched refs:IFC_CS2 (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/misc/ |
D | fsl_ifc.c | 63 set_ifc_cspr_ext(IFC_CS2, CONFIG_SYS_CSPR2_EXT); in init_early_memctl_regs() 66 set_ifc_csor_ext(IFC_CS2, CONFIG_SYS_CSOR2_EXT); in init_early_memctl_regs() 69 set_ifc_ftim(IFC_CS2, IFC_FTIM0, CONFIG_SYS_CS2_FTIM0); in init_early_memctl_regs() 70 set_ifc_ftim(IFC_CS2, IFC_FTIM1, CONFIG_SYS_CS2_FTIM1); in init_early_memctl_regs() 71 set_ifc_ftim(IFC_CS2, IFC_FTIM2, CONFIG_SYS_CS2_FTIM2); in init_early_memctl_regs() 72 set_ifc_ftim(IFC_CS2, IFC_FTIM3, CONFIG_SYS_CS2_FTIM3); in init_early_memctl_regs() 74 set_ifc_csor(IFC_CS2, CONFIG_SYS_CSOR2); in init_early_memctl_regs() 75 set_ifc_amask(IFC_CS2, CONFIG_SYS_AMASK2); in init_early_memctl_regs() 76 set_ifc_cspr(IFC_CS2, CONFIG_SYS_CSPR2); in init_early_memctl_regs() 180 set_ifc_cspr(IFC_CS2, CONFIG_SYS_CSPR2_FINAL); in init_final_memctl_regs() [all …]
|
/external/u-boot/include/ |
D | fsl_ifc.h | 831 IFC_CS2, enumerator
|