/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_pll.c | 164 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 D | si.c | 1715 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 D | clk-tegra124.c | 187 .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 D | clk-tegra114.c | 183 .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 D | clk-tegra20.c | 281 .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 D | clk-tegra30.c | 356 .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 D | clk-tegra210.c | 1710 .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 D | clk.h | 306 unsigned long vco_max; member
|
A D | clk-pll.c | 600 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 D | clk-icst.c | 411 .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 D | clk-versatile.c | 24 .vco_max = ICST525_VCO_MAX_5V, 41 .vco_max = ICST307_VCO_MAX,
|
A D | clk-impd1.c | 28 .vco_max = ICST525_VCO_MAX_3V, 46 .vco_max = ICST525_VCO_MAX_3V,
|
A D | icst.h | 14 unsigned long vco_max; /* inclusive */ member
|
A D | icst.c | 60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_display.c | 997 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 D | radeon_uvd.c | 963 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 D | radeon.h | 1733 unsigned vco_min, unsigned vco_max,
|
/linux/drivers/media/tuners/ |
A D | r820t.c | 526 u32 vco_max = vco_min * 2; in r820t_set_pll() local 577 ((freq * mix_div) < vco_max)) { in r820t_set_pll()
|