Lines Matching defs:slot
60 int (*octeon_pcibios_map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
67 * @slot: The slot number for this device on __BUS 0__. Linux
69 * slot on Bus 0 where this device eventually hooks to.
74 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
77 return octeon_pcibios_map_irq(dev, slot, pin);
227 * @slot: The slot number for this device on __BUS 0__. Linux
229 * slot on Bus 0 where this device eventually hooks to.
235 u8 slot, u8 pin)
249 irq_num = ((slot + pin - 3) & 3) + OCTEON_IRQ_PCI_INT0;