Searched defs:PCI_DEVFN (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 219 milliseconds