Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h295 #define PCIE_SLOTCAP_PHY_SLOT_NUM_SHIFT 19 /* Physical Slot Num Shift */ macro
299 (((reg) >> PCIE_SLOTCAP_PHY_SLOT_NUM_SHIFT) & \
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c3546 PCIE_SLOTCAP_PHY_SLOT_NUM_SHIFT) & in pcicfg_set_standard_props()