Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c111 memory_region_init_io(&nubus->slot_io, obj, &nubus_slot_ops, in nubus_init()
116 NUBUS_SUPER_SLOT_SIZE, &nubus->slot_io); in nubus_init()
H A Dnubus-device.c53 memory_region_add_subregion(&nubus->slot_io, slot_offset, in nubus_device_realize()
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h47 MemoryRegion slot_io; member