Lines Matching defs:slot
417 static int db1550_map_pci_irq(const struct pci_dev *d, u8 slot, u8 pin)
419 if ((slot < 11) || (slot > 13) || pin == 0)
421 if (slot == 11)
423 if (slot == 12) {
431 if (slot == 13) {
442 static int pb1550_map_pci_irq(const struct pci_dev *d, u8 slot, u8 pin)
444 if ((slot < 12) || (slot > 13) || pin == 0)
446 if (slot == 12) {
454 if (slot == 13) {