Searched defs:PCI_FUNC (Results 1 – 4 of 4) sorted by relevance
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
103 #define PCI_FUNC(_d) ((_d >> 8) & 0x7) macro
592 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
1511 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro