Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pmdomain/qcom/
Dcpr.c990 int uV_high, uV_low, uV; in cpr_interpolate() local
999 uV_high = fuse->uV; in cpr_interpolate()
1008 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()
1011 temp = f_diff * (uV_high - uV_low); in cpr_interpolate()
1021 uV = uV_high - min(temp, temp_limit); in cpr_interpolate()