Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pll.c157 unsigned vco_min, vco_max; in amdgpu_pll_compute() local
161 vco_max = pll->lcd_pll_out_max; in amdgpu_pll_compute()
164 vco_max = pll->pll_out_max; in amdgpu_pll_compute()
169 vco_max *= 10; in amdgpu_pll_compute()
178 post_div_max = vco_max / target_clock; in amdgpu_pll_compute()
179 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
/Linux-v5.4/drivers/clk/versatile/
Dclk-versatile.c24 .vco_max = ICST525_VCO_MAX_5V,
41 .vco_max = ICST307_VCO_MAX,
Dclk-icst.c421 .vco_max = ICST525_VCO_MAX_5V,
432 .vco_max = ICST307_VCO_MAX,
447 .vco_max = ICST525_VCO_MAX_5V,
465 .vco_max = ICST525_VCO_MAX_5V,
479 .vco_max = ICST525_VCO_MAX_5V,
Dicst.h14 unsigned long vco_max; /* inclusive */ member
Dclk-impd1.c45 .vco_max = ICST525_VCO_MAX_3V,
63 .vco_max = ICST525_VCO_MAX_3V,
Dicst.c60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/Linux-v5.4/drivers/clk/tegra/
Dclk-tegra124.c169 .vco_max = 3000000000UL,
203 .vco_max = 1400000000,
257 .vco_max = 1200000000,
279 .vco_max = 1200000000,
338 .vco_max = 1200000000,
401 .vco_max = 1066000000,
458 .vco_max = 2400000000U,
497 .vco_max = 600000000,
534 .vco_max = 700000000,
563 .vco_max = 700000000,
[all …]
Dclk-tegra114.c183 .vco_max = 1400000000,
234 .vco_max = 1200000000,
256 .vco_max = 1200000000,
305 .vco_max = 1066000000,
345 .vco_max = 700000000,
375 .vco_max = 700000000,
411 .vco_max = 1000000000,
429 .vco_max = 1000000000,
471 .vco_max = 960000000,
500 .vco_max = 2400000000U,
[all …]
Dclk-tegra20.c283 .vco_max = 1400000000,
299 .vco_max = 1200000000,
315 .vco_max = 1400000000,
333 .vco_max = 1400000000,
349 .vco_max = 1000000000,
371 .vco_max = 960000000,
388 .vco_max = 1200000000,
404 .vco_max = 0,
Dclk-tegra30.c357 .vco_max = 1400000000,
386 .vco_max = 1200000000,
407 .vco_max = 1400000000,
425 .vco_max = 1400000000,
442 .vco_max = 1000000000,
459 .vco_max = 1000000000,
476 .vco_max = 960000000,
494 .vco_max = 1700000000,
511 .vco_max = 2400000000U,
Dclk-tegra210.c1431 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg()
1432 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg()
1582 .vco_max = 3000000000UL,
1633 .vco_max = 1200000000,
1672 .vco_max = 1200000000,
1702 .vco_max = 1200000000,
1767 .vco_max = 1080000000,
1821 .vco_max = 1866000000,
1848 .vco_max = 1866000000,
1893 .vco_max = 2500000000U,
[all …]
Dclk.h243 unsigned long vco_max; member
Dclk-pll.c587 cfg->output_rate > pll->params->vco_max) { in _calc_rate()
731 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
1197 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_display.c999 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
1003 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
1006 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
1011 vco_max *= 10; in radeon_compute_pll_avivo()
1020 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1021 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
Dradeon_uvd.c961 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument
976 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in radeon_uvd_calc_upll_dividers()
Dradeon.h1696 unsigned vco_min, unsigned vco_max,
/Linux-v5.4/drivers/media/tuners/
Dr820t.c526 u32 vco_max = vco_min * 2; in r820t_set_pll() local
577 ((freq * mix_div) < vco_max)) { in r820t_set_pll()