Searched refs:IFC_CS2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_ifc.c | 451 set_ifc_cspr_ext(IFC_CS2, CONFIG_SYS_CSPR2_EXT); in init_early_memctl_regs() 454 set_ifc_csor_ext(IFC_CS2, CONFIG_SYS_CSOR2_EXT); in init_early_memctl_regs() 457 set_ifc_ftim(IFC_CS2, IFC_FTIM0, CONFIG_SYS_CS2_FTIM0); in init_early_memctl_regs() 458 set_ifc_ftim(IFC_CS2, IFC_FTIM1, CONFIG_SYS_CS2_FTIM1); in init_early_memctl_regs() 459 set_ifc_ftim(IFC_CS2, IFC_FTIM2, CONFIG_SYS_CS2_FTIM2); in init_early_memctl_regs() 460 set_ifc_ftim(IFC_CS2, IFC_FTIM3, CONFIG_SYS_CS2_FTIM3); in init_early_memctl_regs() 462 set_ifc_csor(IFC_CS2, CONFIG_SYS_CSOR2); in init_early_memctl_regs() 463 set_ifc_amask(IFC_CS2, CONFIG_SYS_AMASK2); in init_early_memctl_regs() 464 set_ifc_cspr(IFC_CS2, CONFIG_SYS_CSPR2); in init_early_memctl_regs() 568 set_ifc_cspr(IFC_CS2, CONFIG_SYS_CSPR2_FINAL); in init_final_memctl_regs() [all …]
|
/openbmc/u-boot/include/ |
H A D | fsl_ifc.h | 831 IFC_CS2, enumerator
|