Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintegrator-cpufreq.c33 .vco_max = ICST525_VCO_MAX_5V,
45 .vco_max = ICST525_VCO_MAX_5V,
/drivers/clk/tegra/
Dclk-tegra20.c380 .vco_max = 1400000000,
394 .vco_max = 1200000000,
408 .vco_max = 1400000000,
422 .vco_max = 1400000000,
436 .vco_max = 1000000000,
456 .vco_max = 960000000,
471 .vco_max = 1200000000,
485 .vco_max = 0,
Dclk-tegra114.c302 .vco_max = 1400000000,
341 .vco_max = 1200000000,
359 .vco_max = 1200000000,
392 .vco_max = 1066000000,
417 .vco_max = 700000000,
443 .vco_max = 700000000,
478 .vco_max = 1000000000,
492 .vco_max = 1000000000,
521 .vco_max = 960000000,
547 .vco_max = 2400000000U,
[all …]
Dclk-tegra30.c558 .vco_max = 1400000000,
572 .vco_max = 1200000000,
586 .vco_max = 1400000000,
600 .vco_max = 1400000000,
614 .vco_max = 1000000000,
628 .vco_max = 1000000000,
642 .vco_max = 960000000,
657 .vco_max = 1700000000,
671 .vco_max = 2400000000U,
Dclk.h152 unsigned long vco_max; member
Dclk-pll.c369 || cfg->output_rate > pll->params->vco_max) { in _calc_rate()
438 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
782 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/drivers/clk/versatile/
Dclk-integrator.c28 .vco_max = ICST525_VCO_MAX_5V,
Dclk-realview.c26 .vco_max = ICST307_VCO_MAX,
Dclk-impd1.c36 .vco_max = ICST525_VCO_MAX_3V,
/drivers/gpu/drm/radeon/
Dradeon_uvd.c754 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument
769 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in radeon_uvd_calc_upll_dividers()
Dradeon.h1167 unsigned vco_min, unsigned vco_max,
/drivers/media/tuners/
Dr820t.c547 u32 vco_max = vco_min * 2; in r820t_set_pll() local
598 ((freq * mix_div) < vco_max)) { in r820t_set_pll()