Searched refs:PCI_DEVFN (Results 1 – 2 of 2) sorted by relevance
31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
500 #define PCI_DEVFN(d, f) ((d) << 11 | (f) << 8) macro503 #define PCI_BDF(b, d, f) ((b) << 16 | PCI_DEVFN(d, f))