Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/clk/versatile/
Dclk-versatile.c27 .vco_max = ICST525_VCO_MAX_5V,
44 .vco_max = ICST307_VCO_MAX,
Dclk-icst.c424 .vco_max = ICST525_VCO_MAX_5V,
435 .vco_max = ICST307_VCO_MAX,
450 .vco_max = ICST525_VCO_MAX_5V,
468 .vco_max = ICST525_VCO_MAX_5V,
482 .vco_max = ICST525_VCO_MAX_5V,
Dicst.h17 unsigned long vco_max; /* inclusive */ member
Dclk-impd1.c48 .vco_max = ICST525_VCO_MAX_3V,
66 .vco_max = ICST525_VCO_MAX_3V,
Dicst.c63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/Linux-v4.19/drivers/clk/tegra/
Dclk-tegra124.c180 .vco_max = 3000000000UL,
214 .vco_max = 1400000000,
268 .vco_max = 1200000000,
290 .vco_max = 1200000000,
349 .vco_max = 1200000000,
412 .vco_max = 1066000000,
470 .vco_max = 2400000000U,
509 .vco_max = 600000000,
546 .vco_max = 700000000,
575 .vco_max = 700000000,
[all …]
Dclk-tegra114.c194 .vco_max = 1400000000,
245 .vco_max = 1200000000,
267 .vco_max = 1200000000,
316 .vco_max = 1066000000,
356 .vco_max = 700000000,
386 .vco_max = 700000000,
422 .vco_max = 1000000000,
440 .vco_max = 1000000000,
482 .vco_max = 960000000,
511 .vco_max = 2400000000U,
[all …]
Dclk-tegra20.c294 .vco_max = 1400000000,
310 .vco_max = 1200000000,
326 .vco_max = 1400000000,
344 .vco_max = 1400000000,
360 .vco_max = 1000000000,
382 .vco_max = 960000000,
399 .vco_max = 1200000000,
415 .vco_max = 0,
Dclk-tegra30.c368 .vco_max = 1400000000,
397 .vco_max = 1200000000,
418 .vco_max = 1400000000,
436 .vco_max = 1400000000,
453 .vco_max = 1000000000,
470 .vco_max = 1000000000,
487 .vco_max = 960000000,
505 .vco_max = 1700000000,
522 .vco_max = 2400000000U,
Dclk-tegra210.c1436 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg()
1437 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg()
1587 .vco_max = 3000000000UL,
1638 .vco_max = 1200000000,
1677 .vco_max = 1200000000,
1707 .vco_max = 1200000000,
1772 .vco_max = 1080000000,
1826 .vco_max = 1866000000,
1853 .vco_max = 1866000000,
1898 .vco_max = 2500000000U,
[all …]
Dclk.h254 unsigned long vco_max; member
Dclk-pll.c595 || cfg->output_rate > pll->params->vco_max) { in _calc_rate()
738 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
1199 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_display.c993 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
997 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
1000 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
1005 vco_max *= 10; in radeon_compute_pll_avivo()
1014 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1015 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.h1700 unsigned vco_min, unsigned vco_max,
/Linux-v4.19/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()