Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c206 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
252 tgt_volt = e->opp[0].uv; in wtemp_dvfs_high_temp_adjust()
[all …]