Home
last modified time | relevance | path

Searched refs:PCI_FUNC (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Drt-thread-smart-dm.c104 d->func = PCI_FUNC(dfn & 0xff); in rt_thread_smart_dm_scan()
H A Dproc.c102 d->func = PCI_FUNC(dfn & 0xff); in proc_scan()
H A Dheader.h1606 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro