Searched refs:regs_info (Results 1 – 5 of 5) sorted by relevance
340 __weak void ifc_cfg_boot_info(struct ifc_regs_info *regs_info) in ifc_cfg_boot_info() argument342 regs_info->regs = ifc_cfg_default_boot; in ifc_cfg_boot_info()343 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()366 struct ifc_regs_info regs_info = {0}; in init_early_memctl_regs() local368 ifc_cfg_boot_info(®s_info); in init_early_memctl_regs()369 regs = regs_info.regs; in init_early_memctl_regs()371 for (i = 0 ; i < regs_info.cs_size; i++) { in init_early_memctl_regs()397 struct ifc_regs_info regs_info; in init_final_memctl_regs() local399 ifc_cfg_boot_info(®s_info); in init_final_memctl_regs()400 regs = regs_info.regs; in init_final_memctl_regs()[all …]
118 void ifc_cfg_boot_info(struct ifc_regs_info *regs_info) in ifc_cfg_boot_info() argument123 regs_info->regs = ifc_cfg_nand_boot; in ifc_cfg_boot_info()125 regs_info->regs = ifc_cfg_nor_boot; in ifc_cfg_boot_info()126 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
155 void ifc_cfg_boot_info(struct ifc_regs_info *regs_info) in ifc_cfg_boot_info() argument160 regs_info->regs = ifc_cfg_nand_boot; in ifc_cfg_boot_info()162 regs_info->regs = ifc_cfg_nor_boot; in ifc_cfg_boot_info()163 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
170 void ifc_cfg_boot_info(struct ifc_regs_info *regs_info) in ifc_cfg_boot_info() argument175 regs_info->regs = ifc_cfg_nand_boot; in ifc_cfg_boot_info()177 regs_info->regs = ifc_cfg_nor_boot; in ifc_cfg_boot_info()178 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
138 void ifc_cfg_boot_info(struct ifc_regs_info *regs_info) in ifc_cfg_boot_info() argument143 regs_info->regs = ifc_cfg_qspi_nor_boot; in ifc_cfg_boot_info()145 regs_info->regs = ifc_cfg_ifc_nor_boot; in ifc_cfg_boot_info()147 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
Completed in 8 milliseconds