Searched refs:TEGRA_PLL_USE_LOCK (Results 1 – 5 of 5) sorted by relevance
/drivers/clk/tegra/ |
D | clk-tegra114.c | 236 .flags = TEGRA_PLL_USE_LOCK, 285 .flags = TEGRA_PLL_USE_LOCK, 307 .flags = TEGRA_PLL_USE_LOCK, 355 .flags = TEGRA_PLL_USE_LOCK, 390 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK, 420 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 459 TEGRA_PLL_USE_LOCK, 477 TEGRA_PLL_USE_LOCK, 520 TEGRA_PLL_USE_LOCK, 555 .flags = TEGRA_PLL_USE_LOCK, [all …]
|
D | clk-tegra124.c | 216 .flags = TEGRA_PLL_USE_LOCK, 250 .flags = TEGRA_PLL_USE_LOCK, 302 .flags = TEGRA_PLL_USE_LOCK, 324 .flags = TEGRA_PLL_USE_LOCK, 431 .flags = TEGRA_PLL_USE_LOCK, 505 .flags = TEGRA_PLL_USE_LOCK, 541 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK, 569 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 617 TEGRA_PLL_USE_LOCK, 724 TEGRA_PLL_USE_LOCK,
|
D | clk-tegra30.c | 425 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 457 TEGRA_PLL_SET_DCCON | TEGRA_PLL_USE_LOCK, 473 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 490 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 507 TEGRA_PLL_USE_LOCK, 525 TEGRA_PLL_USE_LOCK, 559 TEGRA_PLL_USE_LOCK,
|
D | clk.h | 247 #define TEGRA_PLL_USE_LOCK BIT(0) macro
|
D | clk-pll.c | 227 if (!(pll->params->flags & TEGRA_PLL_USE_LOCK)) in clk_pll_enable_lock() 244 if (!(pll->params->flags & TEGRA_PLL_USE_LOCK)) { in clk_pll_wait_for_lock() 1837 pll_params->flags = TEGRA_PLL_HAS_LOCK_ENABLE | TEGRA_PLL_USE_LOCK; in tegra_clk_register_pllss()
|