/Linux-v5.4/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()
|
/Linux-v5.4/drivers/clk/versatile/ |
D | clk-versatile.c | 24 .vco_max = ICST525_VCO_MAX_5V, 41 .vco_max = ICST307_VCO_MAX,
|
D | clk-icst.c | 421 .vco_max = ICST525_VCO_MAX_5V, 432 .vco_max = ICST307_VCO_MAX, 447 .vco_max = ICST525_VCO_MAX_5V, 465 .vco_max = ICST525_VCO_MAX_5V, 479 .vco_max = ICST525_VCO_MAX_5V,
|
D | icst.h | 14 unsigned long vco_max; /* inclusive */ member
|
D | clk-impd1.c | 45 .vco_max = ICST525_VCO_MAX_3V, 63 .vco_max = ICST525_VCO_MAX_3V,
|
D | icst.c | 60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/Linux-v5.4/drivers/clk/tegra/ |
D | clk-tegra124.c | 169 .vco_max = 3000000000UL, 203 .vco_max = 1400000000, 257 .vco_max = 1200000000, 279 .vco_max = 1200000000, 338 .vco_max = 1200000000, 401 .vco_max = 1066000000, 458 .vco_max = 2400000000U, 497 .vco_max = 600000000, 534 .vco_max = 700000000, 563 .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 | 283 .vco_max = 1400000000, 299 .vco_max = 1200000000, 315 .vco_max = 1400000000, 333 .vco_max = 1400000000, 349 .vco_max = 1000000000, 371 .vco_max = 960000000, 388 .vco_max = 1200000000, 404 .vco_max = 0,
|
D | clk-tegra30.c | 357 .vco_max = 1400000000, 386 .vco_max = 1200000000, 407 .vco_max = 1400000000, 425 .vco_max = 1400000000, 442 .vco_max = 1000000000, 459 .vco_max = 1000000000, 476 .vco_max = 960000000, 494 .vco_max = 1700000000, 511 .vco_max = 2400000000U,
|
D | clk-tegra210.c | 1431 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg() 1432 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg() 1582 .vco_max = 3000000000UL, 1633 .vco_max = 1200000000, 1672 .vco_max = 1200000000, 1702 .vco_max = 1200000000, 1767 .vco_max = 1080000000, 1821 .vco_max = 1866000000, 1848 .vco_max = 1866000000, 1893 .vco_max = 2500000000U, [all …]
|
D | clk.h | 243 unsigned long vco_max; member
|
D | clk-pll.c | 587 cfg->output_rate > pll->params->vco_max) { in _calc_rate() 731 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon() 1197 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 999 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local 1003 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo() 1006 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo() 1011 vco_max *= 10; in radeon_compute_pll_avivo() 1020 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo() 1021 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 | 1696 unsigned vco_min, unsigned vco_max,
|
/Linux-v5.4/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()
|