Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dclk-tegra124-dfll-fcpu.c89 const struct cvb_table *cvb; in tegra124_dfll_fcpu_probe() local
111 cvb = tegra_cvb_build_opp_table(tegra124_cpu_cvb_tables, in tegra124_dfll_fcpu_probe()
116 if (IS_ERR(cvb)) { in tegra124_dfll_fcpu_probe()
118 PTR_ERR(cvb)); in tegra124_dfll_fcpu_probe()
119 return PTR_ERR(cvb); in tegra124_dfll_fcpu_probe()
122 soc->min_millivolts = cvb->min_millivolts; in tegra124_dfll_fcpu_probe()
123 soc->tune0_low = cvb->cpu_dfll_data.tune0_low; in tegra124_dfll_fcpu_probe()
124 soc->tune0_high = cvb->cpu_dfll_data.tune0_high; in tegra124_dfll_fcpu_probe()
125 soc->tune1 = cvb->cpu_dfll_data.tune1; in tegra124_dfll_fcpu_probe()
Dcvb.c24 const struct cvb_coefficients *cvb) in get_cvb_voltage() argument
29 mv = DIV_ROUND_CLOSEST(cvb->c2 * speedo, s_scale); in get_cvb_voltage()
30 mv = DIV_ROUND_CLOSEST((mv + cvb->c1) * speedo, s_scale) + cvb->c0; in get_cvb_voltage()
DMakefile22 obj-y += cvb.o