Home
last modified time | relevance | path

Searched refs:PCI_DEV_SLOT_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsdlapci.h25 #define PCI_DEV_SLOT_MASK 0x1F /* mask for slot numbering */ macro
/linux-2.4.37.9/drivers/net/wan/
Dsdladrv.c2187 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()