Home
last modified time | relevance | path

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

/drivers/clk/tegra/
Dclk-dfll.c1437 int j, v, v_max, v_opp; in dfll_build_i2c_lut() local
1451 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()
/drivers/leds/
Dleds-lm3533.c201 u8 v_min, u8 v_max) in time_to_val() argument