Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_pll.c164 unsigned vco_min, vco_max; in amdgpu_pll_compute() local
168 vco_max = pll->lcd_pll_out_max; in amdgpu_pll_compute()
171 vco_max = pll->pll_out_max; in amdgpu_pll_compute()
176 vco_max *= 10; in amdgpu_pll_compute()
185 post_div_max = vco_max / target_clock; in amdgpu_pll_compute()
186 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
A Dsi.c1715 unsigned vco_min, unsigned vco_max, in si_calc_upll_dividers() argument
1730 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in si_calc_upll_dividers()
/linux/drivers/clk/tegra/
A 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,
515 .vco_max = 600000000,
552 .vco_max = 700000000,
581 .vco_max = 700000000,
626 .vco_max = 1000000000,
[all …]
A 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 …]
A 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,
A 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,
A Dclk-tegra210.c1710 .vco_max = 1200000000,
1749 .vco_max = 1200000000,
1779 .vco_max = 1200000000,
1844 .vco_max = 1080000000,
1898 .vco_max = 1866000000,
1925 .vco_max = 1866000000,
2007 .vco_max = 700000000,
2046 .vco_max = 700000000,
2069 .vco_max = 1200000000,
2119 .vco_max = 1000000000,
[all …]
A Dclk.h306 unsigned long vco_max; member
A Dclk-pll.c600 cfg->output_rate > pll->params->vco_max) { in _calc_rate()
744 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon()
1243 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
/linux/drivers/clk/versatile/
A Dclk-icst.c411 .vco_max = ICST525_VCO_MAX_5V,
422 .vco_max = ICST307_VCO_MAX,
437 .vco_max = ICST525_VCO_MAX_5V,
455 .vco_max = ICST525_VCO_MAX_5V,
469 .vco_max = ICST525_VCO_MAX_5V,
A Dclk-versatile.c24 .vco_max = ICST525_VCO_MAX_5V,
41 .vco_max = ICST307_VCO_MAX,
A Dclk-impd1.c28 .vco_max = ICST525_VCO_MAX_3V,
46 .vco_max = ICST525_VCO_MAX_3V,
A Dicst.h14 unsigned long vco_max; /* inclusive */ member
A Dicst.c60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
/linux/drivers/gpu/drm/radeon/
A Dradeon_display.c997 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local
1001 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo()
1004 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo()
1009 vco_max *= 10; in radeon_compute_pll_avivo()
1018 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1019 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
A Dradeon_uvd.c963 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument
978 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in radeon_uvd_calc_upll_dividers()
A Dradeon.h1733 unsigned vco_min, unsigned vco_max,
/linux/drivers/media/tuners/
A Dr820t.c526 u32 vco_max = vco_min * 2; in r820t_set_pll() local
577 ((freq * mix_div) < vco_max)) { in r820t_set_pll()

Completed in 74 milliseconds