Lines Matching refs:speed_cntl
3662 u32 link_width_cntl, lanes, speed_cntl, training_cntl, tmp; in r600_pcie_gen2_enable() local
3703 speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); in r600_pcie_gen2_enable()
3704 if ((speed_cntl & LC_OTHER_SIDE_EVER_SENT_GEN2) && in r600_pcie_gen2_enable()
3705 (speed_cntl & LC_OTHER_SIDE_SUPPORTS_GEN2)) { in r600_pcie_gen2_enable()
3719 speed_cntl &= ~LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK; in r600_pcie_gen2_enable()
3720 speed_cntl |= (0x3 << LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT); in r600_pcie_gen2_enable()
3721 speed_cntl &= ~LC_VOLTAGE_TIMER_SEL_MASK; in r600_pcie_gen2_enable()
3722 speed_cntl &= ~LC_FORCE_DIS_HW_SPEED_CHANGE; in r600_pcie_gen2_enable()
3723 speed_cntl |= LC_FORCE_EN_HW_SPEED_CHANGE; in r600_pcie_gen2_enable()
3724 WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); in r600_pcie_gen2_enable()
3742 speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); in r600_pcie_gen2_enable()
3743 speed_cntl &= ~LC_TARGET_LINK_SPEED_OVERRIDE_EN; in r600_pcie_gen2_enable()
3744 WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); in r600_pcie_gen2_enable()
3747 speed_cntl = RREG32_PCIE_P(PCIE_LC_SPEED_CNTL); in r600_pcie_gen2_enable()
3748 speed_cntl |= LC_GEN2_EN_STRAP; in r600_pcie_gen2_enable()
3749 WREG32_PCIE_P(PCIE_LC_SPEED_CNTL, speed_cntl); in r600_pcie_gen2_enable()