Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1019 uint16_t linkctl; in pcie_determine_aspm() local
1025 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_determine_aspm()
1044 switch (linkctl & PCIE_LINKCTL_ASPM_CTL_MASK) { in pcie_determine_aspm()
3078 uint16_t linkctl; in pcie_link_bw_enable() local
3091 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_bw_enable()
3092 linkctl |= PCIE_LINKCTL_LINK_BW_INTR_EN; in pcie_link_bw_enable()
3093 linkctl |= PCIE_LINKCTL_LINK_AUTO_BW_INTR_EN; in pcie_link_bw_enable()
3094 PCIE_CAP_PUT(16, bus_p, PCIE_LINKCTL, linkctl); in pcie_link_bw_enable()
3106 uint16_t linkctl; in pcie_link_bw_disable() local
3120 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_bw_disable()
[all …]