/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pll.c | 166 unsigned vco_min, vco_max; in amdgpu_pll_compute() local 170 vco_max = pll->lcd_pll_out_max; in amdgpu_pll_compute() 173 vco_max = pll->pll_out_max; in amdgpu_pll_compute() 178 vco_max *= 10; in amdgpu_pll_compute() 187 post_div_max = vco_max / target_clock; in amdgpu_pll_compute() 188 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
|
/linux/drivers/clk/tegra/ |
H 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, 476 .vco_max = 2400000000U, 515 .vco_max = 600000000, 552 .vco_max = 700000000, 581 .vco_max = 700000000, [all …]
|
H 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 …]
|
H A D | clk-tegra30.c | 358 .vco_max = 1400000000, 387 .vco_max = 1200000000, 408 .vco_max = 1400000000, 426 .vco_max = 1400000000, 443 .vco_max = 1000000000, 460 .vco_max = 1000000000, 477 .vco_max = 960000000, 495 .vco_max = 1700000000, 514 .vco_max = 2400000000U,
|
H A 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, 406 .vco_max = 0,
|
H A D | clk-tegra210.c | 1508 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg() 1509 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg() 1659 .vco_max = 3000000000UL, 1710 .vco_max = 1200000000, 1749 .vco_max = 1200000000, 1779 .vco_max = 1200000000, 1844 .vco_max = 1080000000, 1898 .vco_max = 1866000000, 1925 .vco_max = 1866000000, 1970 .vco_max = 2500000000U, [all …]
|
H A D | clk.h | 306 unsigned long vco_max; member
|
H 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/ |
H 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,
|
H A D | clk-versatile.c | 24 .vco_max = ICST525_VCO_MAX_5V, 41 .vco_max = ICST307_VCO_MAX,
|
H A D | clk-impd1.c | 28 .vco_max = ICST525_VCO_MAX_3V, 46 .vco_max = ICST525_VCO_MAX_3V,
|
H A D | icst.h | 14 unsigned long vco_max; /* inclusive */ member
|
H A D | icst.c | 60 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/linux/drivers/clk/ |
H A D | clk-versaclock5.c | 164 const unsigned long vco_max; member 455 rate = clamp(rate, VC5_PLL_VCO_MIN, vc5->chip_info->vco_max); in vc5_pll_round_rate() 1245 .vco_max = 3000000000UL, 1253 .vco_max = 3000000000UL, 1261 .vco_max = 3000000000UL, 1269 .vco_max = 3000000000UL, 1277 .vco_max = 2700000000UL, 1285 .vco_max = 3000000000UL, 1293 .vco_max = 3000000000UL, 1301 .vco_max = 3000000000UL,
|
H A D | clk-versaclock3.c | 152 unsigned long vco_max; member 391 if (rate > pll->vco_max) in vc3_pll_round_rate() 392 rate = pll->vco_max; in vc3_pll_round_rate() 684 .vco_max = VC3_PLL1_VCO_MAX 702 .vco_max = VC3_PLL2_VCO_MAX 720 .vco_max = VC3_PLL3_VCO_MAX
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 1002 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local 1006 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo() 1009 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo() 1014 vco_max *= 10; in radeon_compute_pll_avivo() 1023 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo() 1024 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
|
H A D | radeon_uvd.c | 950 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument 965 for (vco_freq = vco_min; vco_freq <= vco_max; vco_freq += 100) { in radeon_uvd_calc_upll_dividers()
|
H A D | radeon.h | 1692 unsigned vco_min, unsigned vco_max,
|
/linux/drivers/media/tuners/ |
H A D | r820t.c | 546 u32 vco_max = vco_min * 2; in r820t_set_pll() local 597 ((freq * mix_div) < vco_max)) { in r820t_set_pll()
|