Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c2175 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); in pcie_ari_enable()
2177 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_enable()
2196 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2); in pcie_ari_disable()
2198 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2); in pcie_ari_disable()
2217 devctl2 = PCIE_CAP_GET(32, bus_p, PCIE_DEVCTL2); in pcie_ari_is_enabled()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h54 #define PCIE_DEVCTL2 0x28 /* Device Control 2 */ macro