Home
last modified time | relevance | path

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

/trueos/sys/dev/pci/
HDpcireg.h55 #define PCI_RID_SLOT_SHIFT 3 macro
60 (((slot) & PCI_SLOTMAX) << PCI_RID_SLOT_SHIFT) | \
68 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)
71 #define PCIE_ARI_SLOT(func) (((func) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)