Searched refs:vco_max (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/drivers/clk/versatile/ |
D | clk-versatile.c | 27 .vco_max = ICST525_VCO_MAX_5V, 44 .vco_max = ICST307_VCO_MAX,
|
D | clk-icst.c | 424 .vco_max = ICST525_VCO_MAX_5V, 435 .vco_max = ICST307_VCO_MAX, 450 .vco_max = ICST525_VCO_MAX_5V, 468 .vco_max = ICST525_VCO_MAX_5V, 482 .vco_max = ICST525_VCO_MAX_5V,
|
D | icst.h | 17 unsigned long vco_max; /* inclusive */ member
|
D | clk-impd1.c | 48 .vco_max = ICST525_VCO_MAX_3V, 66 .vco_max = ICST525_VCO_MAX_3V,
|
D | icst.c | 63 if (f > p->vco_min && f <= p->vco_max) in icst_hz_to_vco()
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk-tegra124.c | 180 .vco_max = 3000000000UL, 214 .vco_max = 1400000000, 268 .vco_max = 1200000000, 290 .vco_max = 1200000000, 349 .vco_max = 1200000000, 412 .vco_max = 1066000000, 470 .vco_max = 2400000000U, 509 .vco_max = 600000000, 546 .vco_max = 700000000, 575 .vco_max = 700000000, [all …]
|
D | clk-tegra114.c | 194 .vco_max = 1400000000, 245 .vco_max = 1200000000, 267 .vco_max = 1200000000, 316 .vco_max = 1066000000, 356 .vco_max = 700000000, 386 .vco_max = 700000000, 422 .vco_max = 1000000000, 440 .vco_max = 1000000000, 482 .vco_max = 960000000, 511 .vco_max = 2400000000U, [all …]
|
D | clk-tegra20.c | 294 .vco_max = 1400000000, 310 .vco_max = 1200000000, 326 .vco_max = 1400000000, 344 .vco_max = 1400000000, 360 .vco_max = 1000000000, 382 .vco_max = 960000000, 399 .vco_max = 1200000000, 415 .vco_max = 0,
|
D | clk-tegra30.c | 368 .vco_max = 1400000000, 397 .vco_max = 1200000000, 418 .vco_max = 1400000000, 436 .vco_max = 1400000000, 453 .vco_max = 1000000000, 470 .vco_max = 1000000000, 487 .vco_max = 960000000, 505 .vco_max = 1700000000, 522 .vco_max = 2400000000U,
|
D | clk-tegra210.c | 1436 if (p_rate > params->vco_max) in tegra210_pll_fixed_mdiv_cfg() 1437 p_rate = params->vco_max; in tegra210_pll_fixed_mdiv_cfg() 1587 .vco_max = 3000000000UL, 1638 .vco_max = 1200000000, 1677 .vco_max = 1200000000, 1707 .vco_max = 1200000000, 1772 .vco_max = 1080000000, 1826 .vco_max = 1866000000, 1853 .vco_max = 1866000000, 1898 .vco_max = 2500000000U, [all …]
|
D | clk.h | 254 unsigned long vco_max; member
|
D | clk-pll.c | 595 || cfg->output_rate > pll->params->vco_max) { in _calc_rate() 738 if (rate >= (pll->params->vco_max >> 1)) in _update_pll_cpcon() 1200 if (cfg->n > divn_max(pll) || cfg->output_rate > pll->params->vco_max) in _calc_dynamic_ramp_rate()
|
/linux-4.19.296/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()
|