Home
last modified time | relevance | path

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

/qemu/hw/nubus/
H A Dnubus-device.c33 hwaddr slot_offset; in nubus_device_realize() local
39 slot_offset = nd->slot * NUBUS_SUPER_SLOT_SIZE; in nubus_device_realize()
44 memory_region_add_subregion(&nubus->super_slot_io, slot_offset, in nubus_device_realize()
49 slot_offset = nd->slot * NUBUS_SLOT_SIZE; in nubus_device_realize()
53 memory_region_add_subregion(&nubus->slot_io, slot_offset, in nubus_device_realize()