Searched defs:PCI_FUNC (Results 1 – 2 of 2) sorted by relevance
32 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
351 #define PCI_FUNC( devfn ) ( (devfn) & 0x07 ) macro