| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | shmin.h | 56 #define CONFIG_SYS_MAX_FLASH_SECT 11 macro 61 #define CONFIG_SYS_ATMEL_TOTALSECT CONFIG_SYS_MAX_FLASH_SECT
|
| H A D | dbau1x00.h | 99 #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 D | r7780mp.h | 40 # define CONFIG_SYS_MAX_FLASH_SECT 270 macro 48 # define CONFIG_SYS_MAX_FLASH_SECT 256 macro
|
| H A D | vexpress_aemv8a.h | 240 #define CONFIG_SYS_MAX_FLASH_SECT 259 macro 248 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
|
| H A D | M54418TWR.h | 275 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro 282 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
|
| H A D | integratorap.h | 38 #define CONFIG_SYS_MAX_FLASH_SECT 128 macro
|
| H A D | draak.h | 34 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
|
| H A D | integratorcp.h | 43 #define CONFIG_SYS_MAX_FLASH_SECT 64 macro
|
| H A D | boston.h | 57 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
|
| H A D | 10m50_devboard.h | 26 #define CONFIG_SYS_MAX_FLASH_SECT 1024 macro
|
| H A D | stm32f429-discovery.h | 35 #define CONFIG_SYS_MAX_FLASH_SECT 12 macro
|
| H A D | p1_p2_rdb_pc.h | 379 #define CONFIG_SYS_MAX_FLASH_SECT 512 /* 64M */ macro 382 #define CONFIG_SYS_MAX_FLASH_SECT 256 /* 32M */ macro 385 #define CONFIG_SYS_MAX_FLASH_SECT 128 /* 16M */ macro
|
| H A D | 3c120_devboard.h | 30 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
|
| H A D | mpr2.h | 46 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
|
| H A D | rsk7269.h | 44 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
|
| H A D | rsk7264.h | 45 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
|
| H A D | ms7750se.h | 44 #define CONFIG_SYS_MAX_FLASH_SECT 142 macro
|
| H A D | stm32f746-disco.h | 28 #define CONFIG_SYS_MAX_FLASH_SECT 8 macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | flash.h | 11 #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 */
|
| /OK3568_Linux_fs/u-boot/board/freescale/m5253demo/ |
| H A D | flash.c | 169 if (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() 172 info->sector_count = CONFIG_SYS_MAX_FLASH_SECT; in flash_get_size()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | stm32_flash.c | 41 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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/ |
| H A D | stm32.h | 13 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = {
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/ |
| H A D | eflash.c | 96 if (nlocks > CONFIG_SYS_MAX_FLASH_SECT) { in flash_init() 100 nlocks = CONFIG_SYS_MAX_FLASH_SECT; in flash_init()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | update.c | 111 calloc(CONFIG_SYS_MAX_FLASH_BANKS * CONFIG_SYS_MAX_FLASH_SECT, 1); in update_flash_protect() 125 sp_info_ptr = saved_prot_info + (bank * CONFIG_SYS_MAX_FLASH_SECT); in update_flash_protect()
|
| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 69 flash_info[i].sector_count = CONFIG_SYS_MAX_FLASH_SECT; in flash_init() 70 memset (flash_info[i].protect, 0, CONFIG_SYS_MAX_FLASH_SECT); in flash_init()
|