Searched refs:PCI_SLOT (Results 1 – 3 of 3) sorted by relevance
32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
58 (PCI_SLOT(d) << 15) | \
123 (PCIE_CONF_BUS(bus) | PCIE_CONF_DEV(PCI_SLOT(devfn)) | \