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