Lines Matching defs:devctl2
2167 uint16_t devctl2;
2175 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2);
2176 devctl2 |= PCIE_DEVCTL2_ARI_FORWARD_EN;
2177 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2);
2180 dip, devctl2);
2188 uint16_t devctl2;
2196 devctl2 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL2);
2197 devctl2 &= ~PCIE_DEVCTL2_ARI_FORWARD_EN;
2198 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL2, devctl2);
2201 dip, devctl2);
2209 uint16_t devctl2;
2217 devctl2 = PCIE_CAP_GET(32, bus_p, PCIE_DEVCTL2);
2220 dip, devctl2);
2222 if (devctl2 & PCIE_DEVCTL2_ARI_FORWARD_EN) {