Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nubus/
H A Dnubus-device.c49 slot_offset = nd->slot * NUBUS_SLOT_SIZE; in nubus_device_realize()
52 memory_region_init(&nd->slot_mem, OBJECT(dev), name, NUBUS_SLOT_SIZE); in nubus_device_realize()
98 memory_region_add_subregion(&nd->slot_mem, NUBUS_SLOT_SIZE - align_size, in nubus_device_realize()
H A Dmac-nubus-bridge.c36 MAC_NUBUS_FIRST_SLOT * NUBUS_SLOT_SIZE, in mac_nubus_bridge_init()
37 MAC_NUBUS_SLOT_NB * NUBUS_SLOT_SIZE); in mac_nubus_bridge_init()
H A Dnubus-bus.c113 NUBUS_SLOT_NB * NUBUS_SLOT_SIZE); in nubus_init()
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h24 #define NUBUS_SLOT_SIZE 0x01000000 macro
/openbmc/qemu/hw/m68k/
H A Dq800.c536 MAC_NUBUS_FIRST_SLOT * NUBUS_SLOT_SIZE, in q800_machine_init()