| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pll.c | 156 unsigned vco_min, vco_max; in amdgpu_pll_compute() local 160 vco_max = pll->lcd_pll_out_max; in amdgpu_pll_compute() 163 vco_max = pll->pll_out_max; in amdgpu_pll_compute() 168 vco_max *= 10; in amdgpu_pll_compute() 177 post_div_max = vco_max / target_clock; in amdgpu_pll_compute() 178 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
|
| /linux-4.4.14/drivers/clk/versatile/ |
| D | clk-versatile.c | 26 .vco_max = ICST525_VCO_MAX_5V, 43 .vco_max = ICST307_VCO_MAX,
|
| D | clk-impd1.c | 47 .vco_max = ICST525_VCO_MAX_3V, 65 .vco_max = ICST525_VCO_MAX_3V,
|
| D | clk-realview.c | 25 .vco_max = ICST307_VCO_MAX,
|
| /linux-4.4.14/drivers/clk/tegra/ |
| D | clk-tegra124.c | 206 .vco_max = 3000000000UL, 240 .vco_max = 1400000000, 294 .vco_max = 1200000000, 316 .vco_max = 1200000000, 375 .vco_max = 1200000000, 424 .vco_max = 1066000000, 463 .vco_max = 2400000000U, 501 .vco_max = 600000000, 537 .vco_max = 700000000, 566 .vco_max = 700000000, [all …]
|
| D | clk-tegra114.c | 220 .vco_max = 1400000000, 271 .vco_max = 1200000000, 293 .vco_max = 1200000000, 342 .vco_max = 1066000000, 381 .vco_max = 700000000, 411 .vco_max = 700000000, 449 .vco_max = 1000000000, 467 .vco_max = 1000000000, 509 .vco_max = 960000000, 539 .vco_max = 2400000000U, [all …]
|
| D | clk-tegra20.c | 298 .vco_max = 1400000000, 314 .vco_max = 1200000000, 330 .vco_max = 1400000000, 347 .vco_max = 1400000000, 363 .vco_max = 1000000000, 385 .vco_max = 960000000, 402 .vco_max = 1200000000, 418 .vco_max = 0,
|
| D | clk-tegra30.c | 418 .vco_max = 1400000000, 446 .vco_max = 1200000000, 466 .vco_max = 1400000000, 483 .vco_max = 1400000000, 499 .vco_max = 1000000000, 517 .vco_max = 1000000000, 534 .vco_max = 960000000, 551 .vco_max = 1700000000, 568 .vco_max = 2400000000U,
|
| D | clk.h | 217 unsigned long vco_max; member
|
| D | clk-pll.c | 461 || cfg->output_rate > pll->params->vco_max) { in _calc_rate() 556 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon() 942 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
|
| /linux-4.4.14/arch/arm/include/asm/hardware/ |
| D | icst.h | 19 unsigned long vco_max; /* inclusive */ member
|
| /linux-4.4.14/drivers/cpufreq/ |
| D | integrator-cpufreq.c | 34 .vco_max = ICST525_VCO_MAX_5V, 46 .vco_max = ICST525_VCO_MAX_5V,
|
| /linux-4.4.14/arch/arm/common/ |
| D | icst.c | 63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_display.c | 1027 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local 1031 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo() 1034 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo() 1039 vco_max *= 10; in radeon_compute_pll_avivo() 1048 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo() 1049 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
|
| D | radeon_uvd.c | 912 unsigned vco_min, unsigned vco_max, in radeon_uvd_calc_upll_dividers() argument 927 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,
|
| /linux-4.4.14/arch/arm/mach-versatile/ |
| D | core.c | 333 .vco_max = ICST307_VCO_MAX,
|
| /linux-4.4.14/drivers/media/tuners/ |
| D | r820t.c | 547 u32 vco_max = vco_min * 2; in r820t_set_pll() local 598 ((freq * mix_div) < vco_max)) { in r820t_set_pll()
|