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()
3054 uint16_t linkctl; in pcie_link_bw_enable() local
3067 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_bw_enable()
3068 linkctl |= PCIE_LINKCTL_LINK_BW_INTR_EN; in pcie_link_bw_enable()
3069 linkctl |= PCIE_LINKCTL_LINK_AUTO_BW_INTR_EN; in pcie_link_bw_enable()
3070 PCIE_CAP_PUT(16, bus_p, PCIE_LINKCTL, linkctl); in pcie_link_bw_enable()
3082 uint16_t linkctl; in pcie_link_bw_disable() local
3096 linkctl = PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL); in pcie_link_bw_disable()
[all …]