Searched defs:PCI_FUNC (Results 1 – 3 of 3) sorted by relevance
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
18 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
513 #define PCI_FUNC(d) (((d) >> 8) & 0x7) macro