Searched refs:v_max (Results 1 – 2 of 2) sorted by relevance
1437 int j, v, v_max, v_opp; in dfll_build_i2c_lut() local1451 v_max = dev_pm_opp_get_voltage(opp); in dfll_build_i2c_lut()1469 v += max(1, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut()1480 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut()1487 if (v >= v_max) in dfll_build_i2c_lut()
201 u8 v_min, u8 v_max) in time_to_val() argument