Searched refs:FLASH_SECTOR_SIZE (Results 1 – 9 of 9) 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 | 41 #define FLASH_SECTOR_SIZE 4096 macro 84 qdev_prop_set_uint64(dev, "sector-length", FLASH_SECTOR_SIZE); in pc_pflash_create() 171 if (size == 0 || !QEMU_IS_ALIGNED(size, FLASH_SECTOR_SIZE)) { in pc_system_flash_map() 176 FLASH_SECTOR_SIZE); in pc_system_flash_map() 191 size / FLASH_SECTOR_SIZE); in pc_system_flash_map()
|
/openbmc/qemu/hw/arm/ |
H A D | collie.c | 26 #define FLASH_SECTOR_SIZE (64 * KiB) macro 63 FLASH_SECTOR_SIZE, 4, 0x00, 0x00, 0x00, 0x00, 0); in collie_init()
|
H A D | xilinx_zynq.c | 55 #define FLASH_SECTOR_SIZE (128 * 1024) macro 246 FLASH_SECTOR_SIZE, 1, in zynq_init()
|
H A D | musicpal.c | 1190 #define FLASH_SECTOR_SIZE (64 * KiB) macro 1273 blk, FLASH_SECTOR_SIZE, in musicpal_init()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.h | 48 #define FLASH_SECTOR_SIZE 0x010000 macro
|
H A D | aic94xx_sds.c | 1295 sector_addr += FLASH_SECTOR_SIZE; in asd_erase_nv_sector()
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_hal.h | 43 #define FLASH_SECTOR_SIZE (4 * 1024) macro
|
H A D | rsi_91x_hal.c | 776 if (flash_start_address % FLASH_SECTOR_SIZE) { in auto_fw_upgrade()
|