Searched refs:cvb (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/clk/tegra/ |
A D | cvb.c | 15 const struct cvb_coefficients *cvb) in get_cvb_voltage() argument 20 mv = DIV_ROUND_CLOSEST(cvb->c2 * speedo, s_scale); in get_cvb_voltage() 21 mv = DIV_ROUND_CLOSEST((mv + cvb->c1) * speedo, s_scale) + cvb->c0; in get_cvb_voltage()
|
A D | clk-tegra124-dfll-fcpu.c | 594 soc->cvb = tegra_cvb_add_opp_table(soc->dev, fcpu_data->cpu_cvb_tables, in tegra124_dfll_fcpu_probe() 600 if (IS_ERR(soc->cvb)) { in tegra124_dfll_fcpu_probe() 602 PTR_ERR(soc->cvb)); in tegra124_dfll_fcpu_probe() 603 return PTR_ERR(soc->cvb); in tegra124_dfll_fcpu_probe() 608 tegra_cvb_remove_opp_table(soc->dev, soc->cvb, soc->max_freq); in tegra124_dfll_fcpu_probe() 626 tegra_cvb_remove_opp_table(soc->dev, soc->cvb, soc->max_freq); in tegra124_dfll_fcpu_remove()
|
A D | clk-dfll.h | 32 const struct cvb_table *cvb; member
|
A D | clk-dfll.c | 454 dfll_writel(td, td->soc->cvb->cpu_dfll_data.tune0_low, DFLL_TUNE0); in dfll_tune_low() 455 dfll_writel(td, td->soc->cvb->cpu_dfll_data.tune1, DFLL_TUNE1); in dfll_tune_low() 1650 int v_min = td->soc->cvb->min_millivolts * 1000; in dfll_build_pwm_lut() 1670 td->soc->cvb->min_millivolts); in dfll_build_pwm_lut() 1679 td->soc->cvb->min_millivolts); in dfll_build_pwm_lut() 1706 v = td->soc->cvb->min_millivolts * 1000; in dfll_build_i2c_lut() 1721 if (v_opp <= td->soc->cvb->min_millivolts * 1000) in dfll_build_i2c_lut() 1752 td->soc->cvb->min_millivolts); in dfll_build_i2c_lut()
|
A D | Makefile | 28 obj-y += cvb.o
|
/linux-6.3-rc2/arch/s390/tools/ |
A D | opcodes.txt | 86 4f cvb RX_RRRD
|
Completed in 13 milliseconds