Searched refs:PCI_RID_SLOT_SHIFT (Results 1 – 1 of 1) sorted by relevance
58 #define PCI_RID_SLOT_SHIFT 3 macro63 (((slot) & PCI_SLOTMAX) << PCI_RID_SLOT_SHIFT) | \71 #define PCI_RID2SLOT(rid) (((rid) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)78 #define PCIE_ARI_SLOT(func) (((func) >> PCI_RID_SLOT_SHIFT) & PCI_SLOTMAX)