Searched refs:PCIE_AER_PUT (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 2359 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_SERV, tmp32); in pcie_enable_errors() 2369 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_MASK, tmp32); in pcie_enable_errors() 2378 PCIE_AER_PUT(32, bus_p, PCIE_AER_CTL, tmp32); in pcie_enable_errors() 2391 PCIE_AER_PUT(32, bus_p, PCIE_AER_SUCE_SERV, tmp32); in pcie_enable_errors() 2398 PCIE_AER_PUT(32, bus_p, PCIE_AER_SUCE_MASK, pcie_aer_suce_mask); in pcie_enable_errors() 2412 PCIE_AER_PUT(16, bus_p, PCIE_AER_RE_CMD, in pcie_enable_errors() 2452 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_MASK, tmp_pcie_aer_ce_mask); in pcie_enable_ce() 2457 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_STS, -1); in pcie_enable_ce() 2500 PCIE_AER_PUT(32, bus_p, PCIE_AER_UCE_MASK, PCIE_AER_UCE_BITS); in pcie_disable_errors() 2503 PCIE_AER_PUT(32, bus_p, PCIE_AER_CE_MASK, PCIE_AER_CE_BITS); in pcie_disable_errors() [all …]
|
H A D | pcie_fault.c | 819 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 D | pcieb_x86.c | 575 (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 D | pcie_impl.h | 127 #define PCIE_AER_PUT(sz, bus_p, off, val) \ macro
|