Home | History | Annotate | Download | only in pci

Lines Matching defs:slot

105  * for a slot are wired together and connected to IO 0,1,2 or 5 (slots:
107 * to the slot position.
114 iifun(int slot, int sr)
119 iinfo_p = &iinfo[slot];
130 add_sicallback((si_farg)iifun, (void*)slot, 0);
163 int slot;
165 slot = ih;
166 iinfo_p = &iinfo[slot];
171 ihand = intr_establish((slot == 3) ? 23 : 16 + slot, USER_VEC, 0,
172 (hw_ifun_t)iifun, (void *)slot);
175 iinfo_p->imask = (slot == 3) ? 0x80 : (0x01 << slot);