Lines Matching refs:old_state
1204 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_safe() local
1207 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ? in rv6xx_set_sw_voltage_to_safe()
1208 new_state->low.vddc : old_state->low.vddc; in rv6xx_set_sw_voltage_to_safe()
1220 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_low() local
1223 old_state->low.vddc); in rv6xx_set_sw_voltage_to_low()
1234 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_backbias() local
1237 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)) in rv6xx_set_safe_backbias()
1248 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_pcie_gen2() local
1251 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2)) in rv6xx_set_safe_pcie_gen2()
1310 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_increasing() local
1312 if (new_state->low.vddc > old_state->low.vddc) in rv6xx_step_voltage_if_increasing()
1314 old_state->low.vddc, in rv6xx_step_voltage_if_increasing()
1325 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_decreasing() local
1327 if (new_state->low.vddc < old_state->low.vddc) in rv6xx_step_voltage_if_decreasing()
1329 old_state->low.vddc, in rv6xx_step_voltage_if_decreasing()
1423 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_generate_transition_stepping() local
1427 old_state->low.sclk, in rv6xx_generate_transition_stepping()