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