Searched refs:vco_max (Results 1 – 12 of 12) sorted by relevance
| /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-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() 1248 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-versatile.c | 24 .vco_max = ICST525_VCO_MAX_5V, 41 .vco_max = ICST307_VCO_MAX,
|
| H A D | clk-icst.c | 429 .vco_max = ICST525_VCO_MAX_5V, 440 .vco_max = ICST307_VCO_MAX, 455 .vco_max = ICST525_VCO_MAX_5V, 473 .vco_max = ICST525_VCO_MAX_5V, 487 .vco_max = ICST525_VCO_MAX_5V,
|
| 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 460 req->rate = clamp(req->rate, VC5_PLL_VCO_MIN, vc5->chip_info->vco_max); in vc5_pll_determine_rate() 1254 .vco_max = 3000000000UL, 1262 .vco_max = 3000000000UL, 1270 .vco_max = 3000000000UL, 1278 .vco_max = 3000000000UL, 1286 .vco_max = 2700000000UL, 1294 .vco_max = 3000000000UL, 1302 .vco_max = 3000000000UL, 1310 .vco_max = 3000000000UL,
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_display.c | 1012 unsigned vco_min, vco_max; in radeon_compute_pll_avivo() local 1016 vco_max = pll->lcd_pll_out_max; in radeon_compute_pll_avivo() 1019 vco_max = pll->pll_out_max; in radeon_compute_pll_avivo() 1024 vco_max *= 10; in radeon_compute_pll_avivo() 1033 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo() 1034 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
|
| /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()
|