/linux-4.1.27/drivers/clk/versatile/ |
D | clk-versatile.c | 28 .vco_max = ICST525_VCO_MAX_5V, 45 .vco_max = ICST307_VCO_MAX,
|
D | clk-impd1.c | 48 .vco_max = ICST525_VCO_MAX_3V, 66 .vco_max = ICST525_VCO_MAX_3V,
|
D | clk-realview.c | 26 .vco_max = ICST307_VCO_MAX,
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-tegra124.c | 204 .vco_max = 3000000000UL, 238 .vco_max = 1400000000, 292 .vco_max = 1200000000, 314 .vco_max = 1200000000, 373 .vco_max = 1200000000, 422 .vco_max = 1066000000, 461 .vco_max = 2400000000U, 499 .vco_max = 600000000, 535 .vco_max = 700000000, 564 .vco_max = 700000000, [all …]
|
D | clk-tegra114.c | 222 .vco_max = 1400000000, 273 .vco_max = 1200000000, 295 .vco_max = 1200000000, 344 .vco_max = 1066000000, 383 .vco_max = 700000000, 413 .vco_max = 700000000, 451 .vco_max = 1000000000, 469 .vco_max = 1000000000, 511 .vco_max = 960000000, 541 .vco_max = 2400000000U, [all …]
|
D | clk-tegra20.c | 299 .vco_max = 1400000000, 315 .vco_max = 1200000000, 331 .vco_max = 1400000000, 348 .vco_max = 1400000000, 364 .vco_max = 1000000000, 386 .vco_max = 960000000, 403 .vco_max = 1200000000, 419 .vco_max = 0,
|
D | clk-tegra30.c | 419 .vco_max = 1400000000, 447 .vco_max = 1200000000, 467 .vco_max = 1400000000, 484 .vco_max = 1400000000, 500 .vco_max = 1000000000, 518 .vco_max = 1000000000, 535 .vco_max = 960000000, 552 .vco_max = 1700000000, 569 .vco_max = 2400000000U,
|
D | clk.h | 181 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.1.27/arch/arm/include/asm/hardware/ |
D | icst.h | 19 unsigned long vco_max; /* inclusive */ member
|
/linux-4.1.27/drivers/cpufreq/ |
D | integrator-cpufreq.c | 34 .vco_max = ICST525_VCO_MAX_5V, 46 .vco_max = ICST525_VCO_MAX_5V,
|
/linux-4.1.27/arch/arm/common/ |
D | icst.c | 63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_display.c | 974 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local 978 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo() 981 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo() 986 vco_max *= 10; in radeon_compute_pll_avivo() 995 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo() 996 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 | 1700 unsigned vco_min, unsigned vco_max,
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | core.c | 333 .vco_max = ICST307_VCO_MAX,
|
/linux-4.1.27/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()
|