Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_MAX_FLASH_SECT (Results 1 – 25 of 178) sorted by relevance

12345678

/openbmc/u-boot/include/configs/
H A Dshmin.h51 #define CONFIG_SYS_MAX_FLASH_SECT 11 macro
56 #define CONFIG_SYS_ATMEL_TOTALSECT CONFIG_SYS_MAX_FLASH_SECT
H A Dr7780mp.h37 # define CONFIG_SYS_MAX_FLASH_SECT 270 macro
45 # define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Dvexpress_aemv8a.h217 #define CONFIG_SYS_MAX_FLASH_SECT 259 macro
225 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A DM54418TWR.h263 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
269 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
H A Dintegratorap.h34 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
H A Ddraak.h31 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Dstm32f429-discovery.h20 #define CONFIG_SYS_MAX_FLASH_SECT 12 macro
H A Dstm32f469-discovery.h20 #define CONFIG_SYS_MAX_FLASH_SECT 12 macro
H A Dstm32f429-evaluation.h20 #define CONFIG_SYS_MAX_FLASH_SECT 12 macro
H A Dintegratorcp.h42 #define CONFIG_SYS_MAX_FLASH_SECT 64 macro
H A Dboston.h51 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
H A D10m50_devboard.h24 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
H A D3c120_devboard.h24 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A DMCR3000.h80 #define CONFIG_SYS_MAX_FLASH_SECT 35 macro
H A Dmpr2.h39 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Drsk7269.h38 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A Drsk7264.h39 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A Dqemu-arm.h51 #define CONFIG_SYS_MAX_FLASH_SECT 256 /* Sector: 256K, Bank: 64M */ macro
H A Dms7750se.h40 #define CONFIG_SYS_MAX_FLASH_SECT 142 macro
H A Dqemu-mips.h90 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
/openbmc/u-boot/include/
H A Dflash.h10 #ifndef CONFIG_SYS_MAX_FLASH_SECT
11 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
22 ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* virtual sector start address */
23 uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dstm32.h12 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = {
/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c40 flash_info[i].sector_count = CONFIG_SYS_MAX_FLASH_SECT; in flash_init()
43 for (j = 1; j < CONFIG_SYS_MAX_FLASH_SECT; j++) { in flash_init()
/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dstm32.h34 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = {
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c168 if (info->sector_count > CONFIG_SYS_MAX_FLASH_SECT) { in flash_get_size()
170 info->sector_count, CONFIG_SYS_MAX_FLASH_SECT); in flash_get_size()
171 info->sector_count = CONFIG_SYS_MAX_FLASH_SECT; in flash_get_size()

12345678