Searched refs:PCI_DEV_SLOT_MASK (Results 1 – 2 of 2) sorted by relevance
25 #define PCI_DEV_SLOT_MASK 0x1F /* mask for slot numbering */ macro
2187 modname, ((pci_dev->devfn >> 3) & PCI_DEV_SLOT_MASK), in find_s514_adapter()2191 hw->S514_slot_no = ((pci_dev->devfn >> 3) & PCI_DEV_SLOT_MASK); in find_s514_adapter()2194 }else if (((pci_dev->devfn >> 3) & PCI_DEV_SLOT_MASK) == slot_no){ in find_s514_adapter()2221 ((hw->pci_dev_func >> 3) & PCI_DEV_SLOT_MASK)); in find_s514_adapter()2224 hw->S514_slot_no = ((hw->pci_dev_func >> 3) & PCI_DEV_SLOT_MASK) in find_s514_adapter()2227 }else if (((hw->pci_dev_func >> 3) & PCI_DEV_SLOT_MASK) == slot_no) { in find_s514_adapter()2445 bus->number,((pci_dev->devfn >> 3) & PCI_DEV_SLOT_MASK), in pci_probe()2451 bus->number,((pci_dev->devfn >> 3) & PCI_DEV_SLOT_MASK), in pci_probe()2483 ((hw->pci_dev_func >> 3) & PCI_DEV_SLOT_MASK),irq); in pci_probe()2487 ((hw->pci_dev_func >> 3) & PCI_DEV_SLOT_MASK),irq); in pci_probe()