Searched defs:PCI_RID2SLOT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
H A Dpcireg.h70 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX) macro

Completed in 73 milliseconds