Searched defs:PCI_SLOT (Results 1 – 3 of 3) sorted by relevance
23 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
10 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro