Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_FSL_IFC_BANK_COUNT (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dconfig_mpc85xx.h55 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
214 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 macro
226 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 macro
259 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
292 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
335 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
368 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
413 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
429 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
/openbmc/u-boot/drivers/misc/
H A Dfsl_ifc.c11 struct ifc_regs ifc_cfg_default_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
51 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 2
92 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 3
133 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 4
174 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 5
215 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 6
256 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 7
297 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 8
342 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
351 for (i = 0; i < CONFIG_SYS_FSL_IFC_BANK_COUNT; i++) { in print_ifc_regs()
/openbmc/u-boot/include/
H A Dfsl_ifc.h944 #ifdef CONFIG_SYS_FSL_IFC_BANK_COUNT
945 #if (CONFIG_SYS_FSL_IFC_BANK_COUNT <= 8)
952 CONFIG_SYS_FSL_IFC_BANK_COUNT
954 CONFIG_SYS_FSL_IFC_BANK_COUNT
956 CONFIG_SYS_FSL_IFC_BANK_COUNT
958 CONFIG_SYS_FSL_IFC_BANK_COUNT
996 struct fsl_ifc_cspr cspr_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
998 struct fsl_ifc_amask amask_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
1000 struct fsl_ifc_csor csor_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
1002 struct fsl_ifc_ftim ftim_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
/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] = {
124 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/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] = {
156 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/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] = {
170 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/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] = {
141 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c21 #ifndef CONFIG_SYS_FSL_IFC_BANK_COUNT
22 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
25 #define MAX_BANKS CONFIG_SYS_FSL_IFC_BANK_COUNT