Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-dfll.c1415 int j, v, v_max, v_opp; in dfll_build_i2c_lut() local
1427 v_max = dev_pm_opp_get_voltage(opp); in dfll_build_i2c_lut()
1448 v += max(1, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut()
1459 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut()
1466 if (v >= v_max) in dfll_build_i2c_lut()
/linux-4.19.296/include/sound/
Dgus.h582 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);