Searched refs:svsb_volt (Results 1 – 1 of 1) sorted by relevance
573 static u32 svs_bank_volt_to_opp_volt(u32 svsb_volt, u32 svsb_volt_step, in svs_bank_volt_to_opp_volt() argument576 return (svsb_volt * svsb_volt_step) + svsb_volt_base; in svs_bank_volt_to_opp_volt()615 u32 i, svsb_volt, opp_volt, temp_voffset = 0, opp_start, opp_stop; in svs_adjust_pm_opp_volts() local668 svsb_volt = max(svsb->volt[i] + temp_voffset, svsb->vmin); in svs_adjust_pm_opp_volts()669 opp_volt = svs_bank_volt_to_opp_volt(svsb_volt, in svs_adjust_pm_opp_volts()