Home
last modified time | relevance | path

Searched refs:dp8393x_prom (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/mips/
H A Djazz.c123 DeviceState *rc4030, MemoryRegion *dp8393x_prom) in mips_jazz_init_net() argument
148 prom = memory_region_get_ram_ptr(dp8393x_prom); in mips_jazz_init_net()
185 MemoryRegion *dp8393x_prom = g_new(MemoryRegion, 1); in mips_jazz_init() local
279 memory_region_init_rom(dp8393x_prom, NULL, "dp8393x-jazz.prom", in mips_jazz_init()
281 memory_region_add_subregion(address_space, 0x8000b000, dp8393x_prom); in mips_jazz_init()
332 mips_jazz_init_net(rc4030_dma_mr, rc4030, dp8393x_prom); in mips_jazz_init()
/openbmc/qemu/include/hw/m68k/
H A Dq800.h58 MemoryRegion dp8393x_prom; member
/openbmc/qemu/hw/m68k/
H A Dq800.c411 memory_region_init_rom(&m->dp8393x_prom, NULL, "dp8393x-q800.prom", in q800_machine_init()
414 &m->dp8393x_prom); in q800_machine_init()
417 prom = memory_region_get_ram_ptr(&m->dp8393x_prom); in q800_machine_init()