Searched refs:IFC_CS1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_ifc.c | 434 set_ifc_cspr_ext(IFC_CS1, CONFIG_SYS_CSPR1_EXT); in init_early_memctl_regs() 437 set_ifc_csor_ext(IFC_CS1, CONFIG_SYS_CSOR1_EXT); in init_early_memctl_regs() 440 set_ifc_ftim(IFC_CS1, IFC_FTIM0, CONFIG_SYS_CS1_FTIM0); in init_early_memctl_regs() 441 set_ifc_ftim(IFC_CS1, IFC_FTIM1, CONFIG_SYS_CS1_FTIM1); in init_early_memctl_regs() 442 set_ifc_ftim(IFC_CS1, IFC_FTIM2, CONFIG_SYS_CS1_FTIM2); in init_early_memctl_regs() 443 set_ifc_ftim(IFC_CS1, IFC_FTIM3, CONFIG_SYS_CS1_FTIM3); in init_early_memctl_regs() 445 set_ifc_csor(IFC_CS1, CONFIG_SYS_CSOR1); in init_early_memctl_regs() 446 set_ifc_amask(IFC_CS1, CONFIG_SYS_AMASK1); in init_early_memctl_regs() 447 set_ifc_cspr(IFC_CS1, CONFIG_SYS_CSPR1); in init_early_memctl_regs() 562 set_ifc_cspr(IFC_CS1, CONFIG_SYS_CSPR1_FINAL); in init_final_memctl_regs() [all …]
|
/openbmc/u-boot/include/ |
H A D | fsl_ifc.h | 830 IFC_CS1, enumerator
|