Home
last modified time | relevance | path

Searched refs:PCIE_AER_PUT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2377 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_SERV, tmp32); in pcie_enable_errors()
2387 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_MASK, tmp32); in pcie_enable_errors()
2396 PCIE_AER_PUT(32, bus_p, PCIE_AER_CTL, tmp32); in pcie_enable_errors()
2409 PCIE_AER_PUT(32, bus_p, PCIE_AER_SUCE_SERV, tmp32); in pcie_enable_errors()
2416 PCIE_AER_PUT(32, bus_p, PCIE_AER_SUCE_MASK, pcie_aer_suce_mask); in pcie_enable_errors()
2430 PCIE_AER_PUT(16, bus_p, PCIE_AER_RE_CMD, in pcie_enable_errors()
2475 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_STS, -1); in pcie_enable_ce()
2518 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_MASK, PCIE_AER_UCE_BITS); in pcie_disable_errors()
2521 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_MASK, PCIE_AER_CE_BITS); in pcie_disable_errors()
2529 PCIE_AER_PUT(32, bus_p, PCIE_AER_CTL, aer_reg); in pcie_disable_errors()
[all …]
H A Dpcie_fault.c819 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_STS, in pf_pcie_regs_clear()
822 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_STS, in pf_pcie_regs_clear()
829 PCIE_AER_PUT(32, bus_p, PCIE_AER_SUCE_STS, in pf_pcie_regs_clear()
842 PCIE_AER_PUT(32, bus_p, PCIE_AER_RE_STS, in pf_pcie_regs_clear()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c575 (void) PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_SERV, pcieb_rber_sev); in pcieb_intel_rber_workaround()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h127 #define PCIE_AER_PUT(sz, bus_p, off, val) \ macro