Searched refs:TEGRA_PLL_USE_LOCK (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-tegra114.c | 237 .flags = TEGRA_PLL_USE_LOCK, 286 .flags = TEGRA_PLL_USE_LOCK, 308 .flags = TEGRA_PLL_USE_LOCK, 356 .flags = TEGRA_PLL_USE_LOCK, 391 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK, 421 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 460 TEGRA_PLL_USE_LOCK, 478 TEGRA_PLL_USE_LOCK, 521 TEGRA_PLL_USE_LOCK, 556 .flags = TEGRA_PLL_USE_LOCK, [all …]
|
D | clk-tegra124.c | 219 .flags = TEGRA_PLL_USE_LOCK, 253 .flags = TEGRA_PLL_USE_LOCK, 305 .flags = TEGRA_PLL_USE_LOCK, 327 .flags = TEGRA_PLL_USE_LOCK, 434 .flags = TEGRA_PLL_USE_LOCK, 508 .flags = TEGRA_PLL_USE_LOCK, 544 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK, 572 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 620 TEGRA_PLL_USE_LOCK, 727 TEGRA_PLL_USE_LOCK,
|
D | clk-tegra30.c | 426 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 458 TEGRA_PLL_SET_DCCON | TEGRA_PLL_USE_LOCK, 474 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 491 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_USE_LOCK, 508 TEGRA_PLL_USE_LOCK, 526 TEGRA_PLL_USE_LOCK, 560 TEGRA_PLL_USE_LOCK,
|
D | clk.h | 249 #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() 1842 pll_params->flags = TEGRA_PLL_HAS_LOCK_ENABLE | TEGRA_PLL_USE_LOCK; in tegra_clk_register_pllss()
|