Searched refs:ROM_SIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | linker.ld.S | 14 #define ROM_SIZE 0x00001000 /* 4k */ macro 26 rom : ORIGIN = XCHAL_RESET_VECTOR_VADDR, LENGTH = ROM_SIZE
|
/openbmc/u-boot/include/configs/ |
H A D | iot_devkit.h | 65 #define ROM_SIZE SZ_256K macro
|
/openbmc/qemu/hw/m68k/ |
H A D | mcf5208.c | 31 #define ROM_SIZE 0x200000 macro 291 memory_region_init_rom(rom, NULL, "mcf5208.rom", ROM_SIZE, &error_fatal); in mcf5208evb_init() 346 if (load_image_targphys(fn, 0x0, ROM_SIZE) < 8) { in mcf5208evb_init()
|
/openbmc/u-boot/board/synopsys/iot_devkit/ |
H A D | u-boot.lds | 10 ROM : ORIGIN = ROM_BASE, LENGTH = ROM_SIZE
|
/openbmc/u-boot/arch/x86/ |
H A D | Kconfig | 136 default ROM_SIZE 297 config ROM_SIZE config
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 514 #define ROM_SIZE(v) BFEXT(v, 6, 2) macro
|