Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dfsl_ifc.c385 set_ifc_csor(i, regs[i].or); in init_early_memctl_regs()
429 set_ifc_csor(IFC_CS0, CONFIG_SYS_CSOR0); in init_early_memctl_regs()
445 set_ifc_csor(IFC_CS1, CONFIG_SYS_CSOR1); in init_early_memctl_regs()
462 set_ifc_csor(IFC_CS2, CONFIG_SYS_CSOR2); in init_early_memctl_regs()
481 set_ifc_csor(IFC_CS3, CONFIG_SYS_CSOR3); in init_early_memctl_regs()
498 set_ifc_csor(IFC_CS4, CONFIG_SYS_CSOR4); in init_early_memctl_regs()
515 set_ifc_csor(IFC_CS5, CONFIG_SYS_CSOR5); in init_early_memctl_regs()
532 set_ifc_csor(IFC_CS6, CONFIG_SYS_CSOR6); in init_early_memctl_regs()
549 set_ifc_csor(IFC_CS7, CONFIG_SYS_CSOR7); in init_early_memctl_regs()
/openbmc/u-boot/include/
H A Dfsl_ifc.h821 #define set_ifc_csor(i, v) \ macro