Lines Matching refs:tgt_volt
206 int org_volt, tgt_volt, rb_volt; in wtemp_dvfs_low_temp_adjust() local
210 tgt_volt = org_volt + e->volt_diff; in wtemp_dvfs_low_temp_adjust()
211 if ((e->lmt.max_volt != -ENODATA) && (tgt_volt > e->lmt.max_volt)) { in wtemp_dvfs_low_temp_adjust()
212 tgt_volt = e->lmt.max_volt; in wtemp_dvfs_low_temp_adjust()
213 __wtemp_regulator_set_value(e, tgt_volt); in wtemp_dvfs_low_temp_adjust()
218 __wtemp_regulator_set_value(e, tgt_volt); in wtemp_dvfs_low_temp_adjust()
228 if (tgt_volt != rb_volt) in wtemp_dvfs_low_temp_adjust()
230 e->name, tgt_volt, rb_volt); in wtemp_dvfs_low_temp_adjust()
244 int org_volt, tgt_volt, rb_volt; in wtemp_dvfs_high_temp_adjust() local
259 tgt_volt = e->opp[0].uv; in wtemp_dvfs_high_temp_adjust()
260 __wtemp_regulator_set_value(e, tgt_volt); in wtemp_dvfs_high_temp_adjust()
263 if (tgt_volt != rb_volt) in wtemp_dvfs_high_temp_adjust()
265 e->name, tgt_volt, rb_volt); in wtemp_dvfs_high_temp_adjust()
268 e->name, org_rate, tgt_rate, org_volt, tgt_volt); in wtemp_dvfs_high_temp_adjust()