Searched defs:PCI_SLOT (Results 1 – 2 of 2) sorted by relevance
31 #define PCI_SLOT(bdf) (((bdf) >> 3) & 0x1f) macro
530 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
Completed in 13 milliseconds