Searched refs:FLASH_SECTOR_SIZE (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/include/configs/ |
| H A D | kzm9g.h | 68 #define FLASH_SECTOR_SIZE (256 * 1024) /* 256 KB sectors */ macro 69 #define CONFIG_ENV_SIZE FLASH_SECTOR_SIZE 70 #define CONFIG_ENV_OFFSET FLASH_SECTOR_SIZE
|
| /openbmc/qemu/hw/i386/ |
| H A D | pc_sysfw.c | 42 #define FLASH_SECTOR_SIZE 4096 macro 85 qdev_prop_set_uint64(dev, "sector-length", FLASH_SECTOR_SIZE); in pc_pflash_create() 172 if (size == 0 || !QEMU_IS_ALIGNED(size, FLASH_SECTOR_SIZE)) { in pc_system_flash_map() 177 FLASH_SECTOR_SIZE); in pc_system_flash_map() 192 size / FLASH_SECTOR_SIZE); in pc_system_flash_map()
|
| /openbmc/qemu/hw/arm/ |
| H A D | collie.c | 27 #define FLASH_SECTOR_SIZE (64 * KiB) 64 FLASH_SECTOR_SIZE, 4, 0x00, 0x00, 0x00, 0x00, 0); in collie_init() 26 #define FLASH_SECTOR_SIZE global() macro
|
| H A D | xilinx_zynq.c | 56 #define FLASH_SECTOR_SIZE (128 * 1024) 247 FLASH_SECTOR_SIZE, 1, in zynq_init() 55 #define FLASH_SECTOR_SIZE global() macro
|
| H A D | musicpal.c | 1191 #define FLASH_SECTOR_SIZE (64 * KiB) 1274 blk, FLASH_SECTOR_SIZE, in musicpal_init() 1190 #define FLASH_SECTOR_SIZE global() macro
|