Home
last modified time | relevance | path

Searched refs:ifc_regs (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init_early.c17 struct fsl_ifc ifc_regs = {(void *)CONFIG_SYS_IFC_ADDR, (void *)NULL}; in setup_ifc() local
72 ifc_out32(&(ifc_regs.gregs->cspr_cs[0].cspr), CONFIG_SYS_CSPR0); in setup_ifc()
73 ifc_out32(&(ifc_regs.gregs->csor_cs[0].csor), CONFIG_SYS_CSOR0); in setup_ifc()
74 ifc_out32(&(ifc_regs.gregs->amask_cs[0].amask), CONFIG_SYS_AMASK0); in setup_ifc()
/openbmc/u-boot/board/freescale/ls1043ardb/
H A Dls1043ardb.c31 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
74 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
/openbmc/u-boot/drivers/misc/
H A Dfsl_ifc.c11 struct ifc_regs ifc_cfg_default_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
364 struct ifc_regs *regs; in init_early_memctl_regs()
395 struct ifc_regs *regs; in init_final_memctl_regs()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds.c37 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
93 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Dls1043aqds.c51 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
107 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
/openbmc/u-boot/board/freescale/ls1088a/
H A Dls1088a.c33 struct ifc_regs ifc_cfg_ifc_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
97 struct ifc_regs ifc_cfg_qspi_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
/openbmc/u-boot/include/
H A Dfsl_ifc.h1034 struct ifc_regs { struct
1047 struct ifc_regs *regs; argument