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