Searched defs:PCI_DEVFN (Results 1 – 2 of 2) sorted by relevance
44 #define PCI_DEVFN(d, f...) PCI_(DEVFN, count_args(d, ##f))(d, ##f) macro
760 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
Completed in 34 milliseconds