Searched defs:PCI_DEVFN (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro

Completed in 112 milliseconds