Home
last modified time | relevance | path

Searched refs:FLASH_SECTOR_SIZE (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dkzm9g.h68 #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 Dpc_sysfw.c41 #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 Dcollie.c26 #define FLASH_SECTOR_SIZE (64 * KiB) macro
63 FLASH_SECTOR_SIZE, 4, 0x00, 0x00, 0x00, 0x00, 0); in collie_init()
H A Dxilinx_zynq.c55 #define FLASH_SECTOR_SIZE (128 * 1024) macro
246 FLASH_SECTOR_SIZE, 1, in zynq_init()
H A Dmusicpal.c1190 #define FLASH_SECTOR_SIZE (64 * KiB) macro
1273 blk, FLASH_SECTOR_SIZE, in musicpal_init()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.h48 #define FLASH_SECTOR_SIZE 0x010000 macro
H A Daic94xx_sds.c1295 sector_addr += FLASH_SECTOR_SIZE; in asd_erase_nv_sector()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_hal.h43 #define FLASH_SECTOR_SIZE (4 * 1024) macro
H A Drsi_91x_hal.c776 if (flash_start_address % FLASH_SECTOR_SIZE) { in auto_fw_upgrade()