Lines Matching defs:slot
52 * all machines, this works for now on 3 slot Moto boxes
83 enablePCI(int slot, int io, int mem, int master)
95 ppci = (u_char *)&PCI_slots[slot].config_addr[CMD];
137 unlockVideo(int slot)
141 ppci = (u_int8_t *)PCI_slots[slot].config_addr;
158 int slot, r;
162 for (slot = start + 1; slot < PCI_NSLOTS; slot++) {
163 pslot = &PCI_slots[slot];
175 VGAslot = slot;