Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/versatile/
Dclk-versatile.c28 .vco_max = ICST525_VCO_MAX_5V,
45 .vco_max = ICST307_VCO_MAX,
Dclk-impd1.c48 .vco_max = ICST525_VCO_MAX_3V,
66 .vco_max = ICST525_VCO_MAX_3V,
Dclk-realview.c26 .vco_max = ICST307_VCO_MAX,
/linux-4.1.27/drivers/clk/tegra/
Dclk-tegra124.c204 .vco_max = 3000000000UL,
238 .vco_max = 1400000000,
292 .vco_max = 1200000000,
314 .vco_max = 1200000000,
373 .vco_max = 1200000000,
422 .vco_max = 1066000000,
461 .vco_max = 2400000000U,
499 .vco_max = 600000000,
535 .vco_max = 700000000,
564 .vco_max = 700000000,
[all …]
Dclk-tegra114.c222 .vco_max = 1400000000,
273 .vco_max = 1200000000,
295 .vco_max = 1200000000,
344 .vco_max = 1066000000,
383 .vco_max = 700000000,
413 .vco_max = 700000000,
451 .vco_max = 1000000000,
469 .vco_max = 1000000000,
511 .vco_max = 960000000,
541 .vco_max = 2400000000U,
[all …]
Dclk-tegra20.c299 .vco_max = 1400000000,
315 .vco_max = 1200000000,
331 .vco_max = 1400000000,
348 .vco_max = 1400000000,
364 .vco_max = 1000000000,
386 .vco_max = 960000000,
403 .vco_max = 1200000000,
419 .vco_max = 0,
Dclk-tegra30.c419 .vco_max = 1400000000,
447 .vco_max = 1200000000,
467 .vco_max = 1400000000,
484 .vco_max = 1400000000,
500 .vco_max = 1000000000,
518 .vco_max = 1000000000,
535 .vco_max = 960000000,
552 .vco_max = 1700000000,
569 .vco_max = 2400000000U,
Dclk.h181 unsigned long vco_max; member
Dclk-pll.c461 || cfg->output_rate > pll->params->vco_max) { in _calc_rate()
556 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
942 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/linux-4.1.27/arch/arm/include/asm/hardware/
Dicst.h19 unsigned long vco_max; /* inclusive */ member
/linux-4.1.27/drivers/cpufreq/
Dintegrator-cpufreq.c34 .vco_max = ICST525_VCO_MAX_5V,
46 .vco_max = ICST525_VCO_MAX_5V,
/linux-4.1.27/arch/arm/common/
Dicst.c63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_display.c974 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
978 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
981 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
986 vco_max *= 10; in radeon_compute_pll_avivo()
995 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
996 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
Dradeon_uvd.c912 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument
927 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in radeon_uvd_calc_upll_dividers()
Dradeon.h1700 unsigned vco_min, unsigned vco_max,
/linux-4.1.27/arch/arm/mach-versatile/
Dcore.c333 .vco_max = ICST307_VCO_MAX,
/linux-4.1.27/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()