Searched refs:device_ctl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DMakefile46 LIBCSRCS = device_ctl.c \
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1481 uint16_t device_sts, device_ctl; local
1520 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1522 (device_ctl & (~PCIE_DEVCTL_ERR_MASK)) | pcie_base_err_default);
1523 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, device_ctl);
1533 uint16_t device_ctl; local
1542 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1543 device_ctl &= ~PCIE_DEVCTL_ERR_MASK;
1544 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl);
1582 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL);
1583 device_ctl
[all...]

Completed in 66 milliseconds