Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nubus/
H A Dnubus.h25 #define NUBUS_FIRST_SLOT 0x0 macro
27 #define NUBUS_SLOT_NB (NUBUS_LAST_SLOT - NUBUS_FIRST_SLOT + 1)
/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c118 nubus->slot_available_mask = MAKE_64BIT_MASK(NUBUS_FIRST_SLOT, in nubus_init()