Searched refs:PCI_FUNC (Results 1 – 3 of 3) sorted by relevance
104 d->func = PCI_FUNC(dfn & 0xff); in rt_thread_smart_dm_scan()
102 d->func = PCI_FUNC(dfn & 0xff); in proc_scan()
1606 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro