/qemu/hw/arm/ |
H A D | collie.c | 25 #define FLASH_SIZE (32 * MiB) macro 61 i ? "collie.fl2" : "collie.fl1", FLASH_SIZE, in collie_init()
|
H A D | stm32f100_soc.c | 104 FLASH_SIZE, &error_fatal); in stm32f100_soc_realize() 106 "STM32F100.flash.alias", &s->flash, 0, FLASH_SIZE); in stm32f100_soc_realize()
|
H A D | stm32vldiscovery.c | 56 0, FLASH_SIZE); in stm32vldiscovery_init()
|
H A D | netduinoplus2.c | 53 0, FLASH_SIZE); in netduinoplus2_init()
|
H A D | netduino2.c | 52 0, FLASH_SIZE); in netduino2_init()
|
H A D | olimex-stm32-h405.c | 56 0, FLASH_SIZE); in olimex_stm32_h405_init()
|
H A D | stm32f205_soc.c | 117 FLASH_SIZE, &error_fatal); in stm32f205_soc_realize() 119 "STM32F205.flash.alias", &s->flash, 0, FLASH_SIZE); in stm32f205_soc_realize()
|
H A D | stm32f405_soc.c | 125 FLASH_SIZE, &err); in stm32f405_soc_realize() 132 FLASH_SIZE); in stm32f405_soc_realize()
|
H A D | xilinx_zynq.c | 54 #define FLASH_SIZE (64 * 1024 * 1024) macro 244 pflash_cfi02_register(0xe2000000, "zynq.pflash", FLASH_SIZE, in zynq_init()
|
/qemu/tests/qtest/ |
H A D | pnv-spi-seeprom-test.c | 15 #define FLASH_SIZE (512 * 1024) macro 88 ret = ftruncate(fd, FLASH_SIZE); in test_spi_seeprom()
|
H A D | microbit-test.c | 160 #define FLASH_SIZE (256 * NRF51_PAGE_SIZE) macro 222 for (i = 0; i < FLASH_SIZE / 4; i++) { in test_nrf51_nvmc() 232 for (i = 0; i < FLASH_SIZE / 4; i++) { in test_nrf51_nvmc()
|
/qemu/hw/microblaze/ |
H A D | petalogix_s3adsp1800_mmu.c | 42 #define FLASH_SIZE (16 * MiB) macro 105 "petalogix_s3adsp1800.flash", FLASH_SIZE, in OBJECT_DECLARE_TYPE()
|
H A D | petalogix_ml605_mmu.c | 47 #define FLASH_SIZE (32 * MiB) macro 108 pflash_cfi01_register(FLASH_BASEADDR, "petalogix_ml605.flash", FLASH_SIZE, in petalogix_ml605_init()
|
/qemu/include/hw/arm/ |
H A D | stm32f100_soc.h | 41 #define FLASH_SIZE (128 * 1024) macro
|
H A D | stm32f205_soc.h | 47 #define FLASH_SIZE (1024 * 1024) macro
|
H A D | stm32f405_soc.h | 48 #define FLASH_SIZE (1024 * 1024) macro
|
/qemu/hw/ppc/ |
H A D | virtex_ml507.c | 51 #define FLASH_SIZE (16 * MiB) macro 214 pflash_cfi01_register(PFLASH_BASEADDR, "virtex.flash", FLASH_SIZE, in virtex_init()
|
H A D | sam460ex.c | 57 #define FLASH_SIZE (1 * MiB) macro 113 "sam460ex.flash", FLASH_SIZE, in sam460ex_load_uboot()
|
/qemu/hw/sh4/ |
H A D | r2d.c | 49 #define FLASH_SIZE (16 * MiB) macro 311 pflash_cfi02_register(0x0, "r2d.flash", FLASH_SIZE, in r2d_init()
|
/qemu/hw/mips/ |
H A D | malta.c | 75 #define FLASH_SIZE 0x400000 macro 1140 FLASH_SIZE, in mips_malta_init() 1167 target_long bios_size = FLASH_SIZE; in mips_malta_init()
|