Searched defs:PCI_FUNC (Results 1 – 3 of 3) sorted by relevance
24 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
11 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro