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.c2446 uint16_t device_sts, device_ctl; in pcie_enable_ce() local
2485 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_enable_ce()
2498 uint16_t device_ctl; in pcie_disable_errors() local
2507 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_disable_errors()
2508 device_ctl &= ~PCIE_DEVCTL_ERR_MASK; in pcie_disable_errors()
2509 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl); in pcie_disable_errors()
2547 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL); in pcie_disable_errors()
2548 device_ctl &= ~PCIE_ROOT_SYS_ERR; in pcie_disable_errors()
2549 PCIE_CAP_PUT(16, bus_p, PCIE_ROOTCTL, device_ctl); in pcie_disable_errors()
2557 device_ctl &= ~pcie_root_error_cmd_default; in pcie_disable_errors()
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DMakefile53 LIBCSRCS = device_ctl.c \