Searched refs:PCI_SLOT (Results 1 – 3 of 3) sorted by relevance
103 d->dev = PCI_SLOT(dfn & 0xff); in rt_thread_smart_dm_scan()
101 d->dev = PCI_SLOT(dfn & 0xff); in proc_scan()
1605 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro