Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pll.c156 unsigned vco_min, vco_max; in amdgpu_pll_compute() local
160 vco_max = pll->lcd_pll_out_max; in amdgpu_pll_compute()
163 vco_max = pll->pll_out_max; in amdgpu_pll_compute()
168 vco_max *= 10; in amdgpu_pll_compute()
177 post_div_max = vco_max / target_clock; in amdgpu_pll_compute()
178 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
/linux-4.4.14/drivers/clk/versatile/
Dclk-versatile.c26 .vco_max = ICST525_VCO_MAX_5V,
43 .vco_max = ICST307_VCO_MAX,
Dclk-impd1.c47 .vco_max = ICST525_VCO_MAX_3V,
65 .vco_max = ICST525_VCO_MAX_3V,
Dclk-realview.c25 .vco_max = ICST307_VCO_MAX,
/linux-4.4.14/drivers/clk/tegra/
Dclk-tegra124.c206 .vco_max = 3000000000UL,
240 .vco_max = 1400000000,
294 .vco_max = 1200000000,
316 .vco_max = 1200000000,
375 .vco_max = 1200000000,
424 .vco_max = 1066000000,
463 .vco_max = 2400000000U,
501 .vco_max = 600000000,
537 .vco_max = 700000000,
566 .vco_max = 700000000,
[all …]
Dclk-tegra114.c220 .vco_max = 1400000000,
271 .vco_max = 1200000000,
293 .vco_max = 1200000000,
342 .vco_max = 1066000000,
381 .vco_max = 700000000,
411 .vco_max = 700000000,
449 .vco_max = 1000000000,
467 .vco_max = 1000000000,
509 .vco_max = 960000000,
539 .vco_max = 2400000000U,
[all …]
Dclk-tegra20.c298 .vco_max = 1400000000,
314 .vco_max = 1200000000,
330 .vco_max = 1400000000,
347 .vco_max = 1400000000,
363 .vco_max = 1000000000,
385 .vco_max = 960000000,
402 .vco_max = 1200000000,
418 .vco_max = 0,
Dclk-tegra30.c418 .vco_max = 1400000000,
446 .vco_max = 1200000000,
466 .vco_max = 1400000000,
483 .vco_max = 1400000000,
499 .vco_max = 1000000000,
517 .vco_max = 1000000000,
534 .vco_max = 960000000,
551 .vco_max = 1700000000,
568 .vco_max = 2400000000U,
Dclk.h217 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.4.14/arch/arm/include/asm/hardware/
Dicst.h19 unsigned long vco_max; /* inclusive */ member
/linux-4.4.14/drivers/cpufreq/
Dintegrator-cpufreq.c34 .vco_max = ICST525_VCO_MAX_5V,
46 .vco_max = ICST525_VCO_MAX_5V,
/linux-4.4.14/arch/arm/common/
Dicst.c63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_display.c1027 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
1031 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
1034 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
1039 vco_max *= 10; in radeon_compute_pll_avivo()
1048 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1049 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.h1702 unsigned vco_min, unsigned vco_max,
/linux-4.4.14/arch/arm/mach-versatile/
Dcore.c333 .vco_max = ICST307_VCO_MAX,
/linux-4.4.14/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()