Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
Dsi.c1599 unsigned vco_min, unsigned vco_max, in si_calc_upll_dividers() argument
1614 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in si_calc_upll_dividers()
/kernel/linux/linux-5.10/drivers/clk/versatile/
Dclk-versatile.c24 .vco_max = ICST525_VCO_MAX_5V,
41 .vco_max = ICST307_VCO_MAX,
Dclk-icst.c410 .vco_max = ICST525_VCO_MAX_5V,
421 .vco_max = ICST307_VCO_MAX,
436 .vco_max = ICST525_VCO_MAX_5V,
454 .vco_max = ICST525_VCO_MAX_5V,
468 .vco_max = ICST525_VCO_MAX_5V,
Dclk-impd1.c28 .vco_max = ICST525_VCO_MAX_3V,
46 .vco_max = ICST525_VCO_MAX_3V,
Dicst.h14 unsigned long vco_max; /* inclusive */ member
Dicst.c60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/kernel/linux/linux-5.10/drivers/clk/tegra/
Dclk-tegra124.c187 .vco_max = 3000000000UL,
221 .vco_max = 1400000000,
275 .vco_max = 1200000000,
297 .vco_max = 1200000000,
356 .vco_max = 1200000000,
419 .vco_max = 1066000000,
476 .vco_max = 2400000000U,
515 .vco_max = 600000000,
552 .vco_max = 700000000,
581 .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.c281 .vco_max = 1400000000,
297 .vco_max = 1200000000,
313 .vco_max = 1400000000,
331 .vco_max = 1400000000,
347 .vco_max = 1000000000,
369 .vco_max = 960000000,
386 .vco_max = 1200000000,
404 .vco_max = 0,
Dclk-tegra30.c356 .vco_max = 1400000000,
385 .vco_max = 1200000000,
406 .vco_max = 1400000000,
424 .vco_max = 1400000000,
441 .vco_max = 1000000000,
458 .vco_max = 1000000000,
475 .vco_max = 960000000,
493 .vco_max = 1700000000,
512 .vco_max = 2400000000U,
Dclk-tegra210.c1457 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg()
1458 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg()
1608 .vco_max = 3000000000UL,
1659 .vco_max = 1200000000,
1698 .vco_max = 1200000000,
1728 .vco_max = 1200000000,
1793 .vco_max = 1080000000,
1847 .vco_max = 1866000000,
1874 .vco_max = 1866000000,
1919 .vco_max = 2500000000U,
[all …]
Dclk.h306 unsigned long vco_max; member
Dclk-pll.c597 cfg->output_rate > pll->params->vco_max) { in _calc_rate()
741 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
1240 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_display.c1009 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
1013 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
1016 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
1021 vco_max *= 10; in radeon_compute_pll_avivo()
1030 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1031 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.h1702 unsigned vco_min, unsigned vco_max,
/kernel/linux/linux-5.10/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()