Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/u-boot/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 Dvexpress_aemv8a.h240 #define CONFIG_SYS_MAX_FLASH_SECT 259 macro
248 #define CONFIG_SYS_MAX_FLASH_SECT 256 macro
H A DM54418TWR.h275 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
282 #define CONFIG_SYS_MAX_FLASH_SECT 270 macro
H A Dintegratorap.h38 #define CONFIG_SYS_MAX_FLASH_SECT 128 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 Dp1_p2_rdb_pc.h379 #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 D3c120_devboard.h30 #define CONFIG_SYS_MAX_FLASH_SECT 512 macro
H A Dmpr2.h46 #define CONFIG_SYS_MAX_FLASH_SECT 256 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
/OK3568_Linux_fs/u-boot/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 */
/OK3568_Linux_fs/u-boot/board/freescale/m5253demo/
H A Dflash.c169 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 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dstm32.h13 static const u32 sect_sz_kb[CONFIG_SYS_MAX_FLASH_SECT] = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c96 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 Dupdate.c111 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 Dflash.c69 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()

12345678