Searched refs:PCIE_CAP_GET (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1024 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() 1613 vers = PCIE_CAP_GET(16, bus_p, PCIE_PCIECAP); in pcie_capture_speeds() 1634 cap2 = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP2); in pcie_capture_speeds() 1635 ctl2 = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL2); in pcie_capture_speeds() 1653 status = PCIE_CAP_GET(16, bus_p, PCIE_LINKSTS); in pcie_capture_speeds() 1654 cap = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in pcie_capture_speeds() 2325 if ((reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL)) != in pcie_enable_errors() 2337 (reg16 = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL)) != in pcie_enable_errors() [all …]
|
H A D | pcie_fault.c | 606 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 D | pcieb.c | 417 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 D | pcie_impl.h | 120 #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 D | pcieb_sparc.c | 355 val = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP); in plx_ro_disable()
|
/illumos-gate/usr/src/uts/intel/io/pciex/ |
H A D | pcieb_x86.c | 570 rber = PCIE_CAP_GET(16, bus_p, PCIE_DEVCAP) & in pcieb_intel_rber_workaround()
|