Lines Matching defs:slot
90 uint32_t slot;
97 * Expansion Slot Base Addresses
129 * Graphics boards are not treated like expansion slot cards. Their base
130 * addresses do not necessarily correspond to GIO slot addresses and they
193 * Identification Word and have no slot number.
256 ga.ga_slot = slot_bases[i].slot;
314 aprint_normal(" slot %d", ga->ga_slot);
413 gio_arb_config(int slot, uint32_t flags)
433 return (pic_gio32_arb_config(slot, flags));
438 return (imc_gio64_arb_config(slot, flags));
445 * Establish an interrupt handler for the specified slot.
447 * Indy and Challenge S have an interrupt per GIO slot. Indigo and Indigo2
451 gio_intr_establish(int slot, int level, int (*func)(void *), void *arg)
458 if (slot == GIO_SLOT_GFX)
459 panic("gio_intr_establish: slot %d", slot);
465 if (slot == GIO_SLOT_EXP1)
466 panic("gio_intr_establish: slot %d", slot);
469 if (slot == GIO_SLOT_GFX)
470 panic("gio_intr_establish: slot %d", slot);
471 intr = (slot == GIO_SLOT_EXP0) ? 22 : 23;