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

/linux-4.4.14/drivers/clk/tegra/
H A Dclk-tegra124-dfll-fcpu.c29 #include "cvb.h"
89 const struct cvb_table *cvb; tegra124_dfll_fcpu_probe() local
111 cvb = tegra_cvb_build_opp_table(tegra124_cpu_cvb_tables, tegra124_dfll_fcpu_probe()
116 if (IS_ERR(cvb)) { tegra124_dfll_fcpu_probe()
118 PTR_ERR(cvb)); tegra124_dfll_fcpu_probe()
119 return PTR_ERR(cvb); tegra124_dfll_fcpu_probe()
122 soc->min_millivolts = cvb->min_millivolts; tegra124_dfll_fcpu_probe()
123 soc->tune0_low = cvb->cpu_dfll_data.tune0_low; tegra124_dfll_fcpu_probe()
124 soc->tune0_high = cvb->cpu_dfll_data.tune0_high; tegra124_dfll_fcpu_probe()
125 soc->tune1 = cvb->cpu_dfll_data.tune1; tegra124_dfll_fcpu_probe()
H A Dcvb.c20 #include "cvb.h"
24 const struct cvb_coefficients *cvb) get_cvb_voltage()
29 mv = DIV_ROUND_CLOSEST(cvb->c2 * speedo, s_scale); get_cvb_voltage()
30 mv = DIV_ROUND_CLOSEST((mv + cvb->c1) * speedo, s_scale) + cvb->c0; get_cvb_voltage()
37 /* combined: apply voltage scale and round to cvb alignment step */ round_cvb_voltage()
23 get_cvb_voltage(int speedo, int s_scale, const struct cvb_coefficients *cvb) get_cvb_voltage() argument
/linux-4.4.14/arch/s390/kernel/
H A Ddis.c610 { "cvb", 0x4f, INSTR_RX_RRRD },

Completed in 176 milliseconds