Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2443 uint16_t device_sts, device_ctl; in pcie_enable_ce() local
2482 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_enable_ce()
2484 (device_ctl & (~PCIE_DEVCTL_ERR_MASK)) | pcie_base_err_default); in pcie_enable_ce()
2485 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, device_ctl); in pcie_enable_ce()
2495 uint16_t device_ctl; in pcie_disable_errors() local
2504 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_disable_errors()
2505 device_ctl &= ~PCIE_DEVCTL_ERR_MASK; in pcie_disable_errors()
2506 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl); in pcie_disable_errors()
2544 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL); in pcie_disable_errors()
2545 device_ctl &= ~PCIE_ROOT_SYS_ERR; in pcie_disable_errors()
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DMakefile41 device_ctl.o \