Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1017 linkcap = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in pcie_determine_aspm()
1018 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_determine_aspm()
1168 reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_initchild()
1629 vers = PCIE_CAP_GET(16, bus_p, PCIE_PCIECAP); in pcie_capture_speeds()
1650 cap2 = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP2); in pcie_capture_speeds()
1670 cap = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in pcie_capture_speeds()
2696 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) & in pcie_is_link_disabled()
3340 ctl2 = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL2); in pcie_link_set_target()
3377 sts = PCIE_CAP_GET(16, bus_p, PCIE_LINKSTS); in pcie_link_retrain()
3383 ctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_retrain()
[all …]
H A Dpcie_fault.c606 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS); in pf_pcie_regs_gather()
607 pcie_regs->pcie_err_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pf_pcie_regs_gather()
608 pcie_regs->pcie_dev_cap = PCIE_CAP_GET(32, bus_p, PCIE_DEVCAP); in pf_pcie_regs_gather()
616 pcie_rp_regs->pcie_rp_status = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
618 pcie_rp_regs->pcie_rp_ctl = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
637 pcie_slot_regs->pcie_slot_cap = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
639 pcie_slot_regs->pcie_slot_control = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
641 pcie_slot_regs->pcie_slot_status = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
H A Dpcieb.c417 cdip_dev_ctrl = PCIE_CAP_GET(16, cdip_bus_p, PCIE_DEVCTL); in pcieb_41210_mps_wkrnd()
511 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) & PCIE_LINKCTL_LINK_DISABLE) in pcieb_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h120 #define PCIE_CAP_GET(sz, bus_p, off) \ macro
612 PCIE_CAP_GET(sz, bus_p, off))
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c355 val = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in plx_ro_disable()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c570 rber = PCIE_CAP_GET(16, bus_p, PCIE_DEVCAP) & in pcieb_intel_rber_workaround()