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.c2428 uint16_t device_sts, device_ctl; in pcie_enable_ce() local
2467 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_enable_ce()
2469 (device_ctl & (~PCIE_DEVCTL_ERR_MASK)) | pcie_base_err_default); in pcie_enable_ce()
2470 PCIE_DBG_CAP(dip, bus_p, "DEVCTL", 16, PCIE_DEVCTL, device_ctl); in pcie_enable_ce()
2480 uint16_t device_ctl; in pcie_disable_errors() local
2489 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_disable_errors()
2490 device_ctl &= ~PCIE_DEVCTL_ERR_MASK; in pcie_disable_errors()
2491 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl); in pcie_disable_errors()
2529 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL); in pcie_disable_errors()
2530 device_ctl &= ~PCIE_ROOT_SYS_ERR; in pcie_disable_errors()
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DMakefile41 device_ctl.o \