Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/tegra/
Dclk-dfll.c187 #define MAX_DFLL_VOLTAGES 33 macro
303 unsigned lut[MAX_DFLL_VOLTAGES];
304 unsigned long lut_uv[MAX_DFLL_VOLTAGES];
681 for (i = 0; i < MAX_DFLL_VOLTAGES; i++) { in dfll_load_i2c_lut()
1353 for (offs = 0; offs < 4 * MAX_DFLL_VOLTAGES; offs += 4) in attr_registers_show()
1649 u8 lut_bottom = MAX_DFLL_VOLTAGES; in dfll_build_pwm_lut()
1652 for (i = 0; i < MAX_DFLL_VOLTAGES; i++) { in dfll_build_pwm_lut()
1661 if ((lut_bottom == MAX_DFLL_VOLTAGES) && (reg_volt >= v_min)) in dfll_build_pwm_lut()
1667 if ((lut_bottom == MAX_DFLL_VOLTAGES) || in dfll_build_pwm_lut()
1727 v += max(1UL, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut()
[all …]