Home
last modified time | relevance | path

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

1234567

/rk3399_rockchip-uboot/include/configs/
H A Dshmin.h56 #define CONFIG_SYS_MAX_FLASH_SECT 11 macro
61 #define CONFIG_SYS_ATMEL_TOTALSECT CONFIG_SYS_MAX_FLASH_SECT
H A Ddbau1x00.h99 #define CONFIG_SYS_MAX_FLASH_SECT (512) /* max number of sectors on one chip */ macro
107 #define CONFIG_SYS_MAX_FLASH_SECT (128) /* max number of sectors on one chip */ macro
H A Dr7780mp.h40 # define CONFIG_SYS_MAX_FLASH_SECT 270 macro
48 # define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Dintegratorap.h38 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
H A Dvexpress_aemv8a.h240 #define CONFIG_SYS_MAX_FLASH_SECT 259 macro
248 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Ddraak.h34 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A Dintegratorcp.h43 #define CONFIG_SYS_MAX_FLASH_SECT 64 macro
H A Dboston.h57 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
H A D10m50_devboard.h26 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
H A Dstm32f429-discovery.h35 #define CONFIG_SYS_MAX_FLASH_SECT 12 macro
H A Dmpr2.h46 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A D3c120_devboard.h30 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A DM54418TWR.h275 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
282 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
H A Drsk7269.h44 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A Drsk7264.h45 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A Dms7750se.h44 #define CONFIG_SYS_MAX_FLASH_SECT 142 macro
H A Dstm32f746-disco.h28 #define CONFIG_SYS_MAX_FLASH_SECT 8 macro
H A Dmx6sabreauto.h47 #define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */ macro
H A Dqemu-mips64.h101 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
H A Dqemu-mips.h101 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
H A Dmalta.h72 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
H A Drsk7203.h54 #define CONFIG_SYS_MAX_FLASH_SECT 64 macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f7/
H A Dstm32.h13 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = {
/rk3399_rockchip-uboot/include/
H A Dflash.h11 #ifndef CONFIG_SYS_MAX_FLASH_SECT
12 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
23 ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* virtual sector start address */
24 uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */
/rk3399_rockchip-uboot/drivers/mtd/
H A Dstm32_flash.c41 flash_info[i].sector_count = CONFIG_SYS_MAX_FLASH_SECT; in flash_init()
44 for (j = 1; j < CONFIG_SYS_MAX_FLASH_SECT; j++) { in flash_init()

1234567