Searched refs:NUBUS_SLOT_NB (Results 1 – 3 of 3) sorted by relevance
38 if (nd->slot < 0 || nd->slot >= NUBUS_SLOT_NB) { in nubus_device_realize()41 nd->slot, NUBUS_SLOT_NB - 1); in nubus_device_realize()
113 NUBUS_SLOT_NB * NUBUS_SLOT_SIZE); in nubus_init()119 NUBUS_SLOT_NB); in nubus_init()
27 #define NUBUS_SLOT_NB (NUBUS_LAST_SLOT - NUBUS_FIRST_SLOT + 1) macro