Home
last modified time | relevance | path

Searched refs:PCIE_CAP_GET (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c600 reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_initchild()
1376 if ((reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL)) != in pcie_enable_errors()
1390 (reg16 = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL)) != in pcie_enable_errors()
1514 if ((device_sts = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS)) != in pcie_enable_ce()
1520 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_enable_ce()
1542 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_disable_errors()
1582 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL); in pcie_disable_errors()
1590 if ((device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_AER_RE_CMD)) != in pcie_disable_errors()
1723 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) & in pcie_is_link_disabled()
1795 dev_ctrl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_initchild_mps()
[all …]
H A Dpcie_fault.c571 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS); in pf_pcie_regs_gather()
572 pcie_regs->pcie_err_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pf_pcie_regs_gather()
573 pcie_regs->pcie_dev_cap = PCIE_CAP_GET(32, bus_p, PCIE_DEVCAP); in pf_pcie_regs_gather()
581 pcie_rp_regs->pcie_rp_status = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
583 pcie_rp_regs->pcie_rp_ctl = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
H A Dpcieb.c300 cdip_dev_ctrl = PCIE_CAP_GET(16, cdip_bus_p, PCIE_DEVCTL); in pcieb_41210_mps_wkrnd()
394 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) & PCIE_LINKCTL_LINK_DISABLE) in pcieb_attach()
/titanic_44/usr/src/uts/common/sys/
H A Dpcie_impl.h117 #define PCIE_CAP_GET(sz, bus_p, off) \ macro
486 PCIE_CAP_GET(sz, bus_p, off))
/titanic_44/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c355 val = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in plx_ro_disable()
/titanic_44/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c567 rber = PCIE_CAP_GET(16, bus_p, PCIE_DEVCAP) & in pcieb_intel_rber_workaround()