Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/include/asm/
A Dconfig_mpc85xx.h45 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
201 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 macro
213 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 3 macro
246 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
279 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
322 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
352 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
392 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
408 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 8 macro
/u-boot/drivers/misc/
A Dfsl_ifc.c12 struct ifc_regs ifc_cfg_default_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
52 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 2
93 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 3
134 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 4
175 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 5
216 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 6
257 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 7
298 #if CONFIG_SYS_FSL_IFC_BANK_COUNT >= 8
343 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
352 for (i = 0; i < CONFIG_SYS_FSL_IFC_BANK_COUNT; i++) { in print_ifc_regs()
/u-boot/include/
A Dfsl_ifc.h947 #ifdef CONFIG_SYS_FSL_IFC_BANK_COUNT
948 #if (CONFIG_SYS_FSL_IFC_BANK_COUNT <= 8)
955 CONFIG_SYS_FSL_IFC_BANK_COUNT
957 CONFIG_SYS_FSL_IFC_BANK_COUNT
959 CONFIG_SYS_FSL_IFC_BANK_COUNT
961 CONFIG_SYS_FSL_IFC_BANK_COUNT
999 struct fsl_ifc_cspr cspr_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
1001 struct fsl_ifc_amask amask_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
1003 struct fsl_ifc_csor csor_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
1005 struct fsl_ifc_ftim ftim_cs[CONFIG_SYS_FSL_IFC_BANK_COUNT];
/u-boot/board/freescale/ls1043ardb/
A Dls1043ardb.c33 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
76 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
126 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/u-boot/board/freescale/ls1046aqds/
A Dls1046aqds.c44 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
100 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
163 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/u-boot/board/freescale/ls1043aqds/
A Dls1043aqds.c59 struct ifc_regs ifc_cfg_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
115 struct ifc_regs ifc_cfg_nand_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
178 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/u-boot/board/freescale/ls1088a/
A Dls1088a.c39 struct ifc_regs ifc_cfg_ifc_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
103 struct ifc_regs ifc_cfg_qspi_nor_boot[CONFIG_SYS_FSL_IFC_BANK_COUNT] = {
147 regs_info->cs_size = CONFIG_SYS_FSL_IFC_BANK_COUNT; in ifc_cfg_boot_info()
/u-boot/drivers/mtd/nand/raw/
A Dfsl_ifc_nand.c23 #ifndef CONFIG_SYS_FSL_IFC_BANK_COUNT
24 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4 macro
27 #define MAX_BANKS CONFIG_SYS_FSL_IFC_BANK_COUNT

Completed in 17 milliseconds