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