/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pll.c | 157 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()
|
D | si.c | 1599 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/ |
D | clk-versatile.c | 24 .vco_max = ICST525_VCO_MAX_5V, 41 .vco_max = ICST307_VCO_MAX,
|
D | clk-icst.c | 410 .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,
|
D | clk-impd1.c | 28 .vco_max = ICST525_VCO_MAX_3V, 46 .vco_max = ICST525_VCO_MAX_3V,
|
D | icst.h | 14 unsigned long vco_max; /* inclusive */ member
|
D | icst.c | 60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
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, 476 .vco_max = 2400000000U, 515 .vco_max = 600000000, 552 .vco_max = 700000000, 581 .vco_max = 700000000, [all …]
|
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 …]
|
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,
|
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,
|
D | clk-tegra210.c | 1457 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 …]
|
D | clk.h | 306 unsigned long vco_max; member
|
D | clk-pll.c | 597 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/ |
D | radeon_display.c | 1009 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()
|
D | radeon_uvd.c | 961 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()
|
D | radeon.h | 1702 unsigned vco_min, unsigned vco_max,
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
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()
|