Home
last modified time | relevance | path

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

/drivers/soc/qcom/
Dcpr.c991 int uV_high, uV_low, uV; in cpr_interpolate() local
1000 uV_high = fuse->uV; in cpr_interpolate()
1009 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()
1012 temp = f_diff * (uV_high - uV_low); in cpr_interpolate()
1022 uV = uV_high - min(temp, temp_limit); in cpr_interpolate()