Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c106 memory_region_init_io(&nubus->super_slot_io, obj, &nubus_super_slot_ops, in nubus_init()
109 memory_region_add_subregion(&nubus->nubus_mr, 0x0, &nubus->super_slot_io); in nubus_init()
H A Dnubus-device.c44 memory_region_add_subregion(&nubus->super_slot_io, slot_offset, in nubus_device_realize()
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h46 MemoryRegion super_slot_io; member