Searched refs:PCI_RID_SLOT_SHIFT (Results 1 – 1 of 1) sorted by relevance
55 #define PCI_RID_SLOT_SHIFT 3 macro60 (((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)