Searched defs:PCI_DEVFN (Results 1 – 2 of 2) sorted by relevance
33 #define PCI_DEVFN(d,f) ((((d) & 0x1f) << 3) | ((f) & 0x07)) macro
759 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
Completed in 15 milliseconds