Lines Matching refs:slot
50 int slot; in bridge_probe() local
121 for (slot = 0; slot < 8; slot ++) { in bridge_probe()
122 bridge->b_device[slot].reg |= BRIDGE_DEV_SWAP_DIR; in bridge_probe()
123 bc->pci_int[slot] = -1; in bridge_probe()
145 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq() argument
165 int slot = PCI_SLOT(rdev->devfn); in pcibios_plat_dev_init() local
168 irq = bc->pci_int[slot]; in pcibios_plat_dev_init()
174 bc->pci_int[slot] = irq; in pcibios_plat_dev_init()
178 irq_to_slot[irq] = slot; in pcibios_plat_dev_init()
196 int slot = PCI_SLOT(dev->devfn); in pci_disable_swapping() local
199 bridge->b_device[slot].reg &= ~BRIDGE_DEV_SWAP_DIR; in pci_disable_swapping()
207 int slot = PCI_SLOT(dev->devfn); in pci_enable_swapping() local
210 bridge->b_device[slot].reg |= BRIDGE_DEV_SWAP_DIR; in pci_enable_swapping()