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.c1024 linkcap = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in pcie_determine_aspm()
1025 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_determine_aspm()
1155 reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pcie_initchild()
1617 vers = PCIE_CAP_GET(16, bus_p, PCIE_PCIECAP); in pcie_capture_speeds()
1638 cap2 = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP2); in pcie_capture_speeds()
1639 ctl2 = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL2); in pcie_capture_speeds()
1657 status = PCIE_CAP_GET(16, bus_p, PCIE_LINKSTS); in pcie_capture_speeds()
1658 cap = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in pcie_capture_speeds()
2340 if ((reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL)) != in pcie_enable_errors()
2352 (reg16 = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL)) != in pcie_enable_errors()
[all …]
H A Dpcie_fault.c658 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS); in pf_pcie_regs_gather()
659 pcie_regs->pcie_err_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL); in pf_pcie_regs_gather()
660 pcie_regs->pcie_dev_cap = PCIE_CAP_GET(32, bus_p, PCIE_DEVCAP); in pf_pcie_regs_gather()
668 pcie_rp_regs->pcie_rp_status = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
670 pcie_rp_regs->pcie_rp_ctl = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
689 pcie_slot_regs->pcie_slot_cap = PCIE_CAP_GET(32, bus_p, in pf_pcie_regs_gather()
691 pcie_slot_regs->pcie_slot_control = PCIE_CAP_GET(16, bus_p, in pf_pcie_regs_gather()
693 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()