Home
last modified time | relevance | path

Searched refs:PCIE_CAP_PUT (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/pciex/
H A Dpcie.c606 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_initchild()
1384 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, tmp16); in pcie_enable_errors()
1396 PCIE_CAP_PUT(16, bus_p, PCIE_ROOTCTL, tmp16); in pcie_enable_errors()
1516 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, in pcie_enable_ce()
1521 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, in pcie_enable_ce()
1544 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, device_ctl); in pcie_disable_errors()
1584 PCIE_CAP_PUT(16, bus_p, PCIE_ROOTCTL, device_ctl); in pcie_disable_errors()
1593 PCIE_CAP_PUT(16, bus_p, PCIE_AER_RE_CMD, device_ctl); in pcie_disable_errors()
1804 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, dev_ctrl); in pcie_initchild_mps()
1835 PCIE_CAP_PUT(16, bus_p, PCIE_DEVCTL, dev_ctrl); in pcie_initchild_mps()
[all …]
H A Dpcie_fault.c747 PCIE_CAP_PUT(16, bus_p, PCIE_DEVSTS, pcie_regs->pcie_err_status); in pf_pcie_regs_clear()
/titanic_50/usr/src/uts/common/sys/
H A Dpcie_impl.h119 #define PCIE_CAP_PUT(sz, bus_p, off, val) \ macro