Home
last modified time | relevance | path

Searched refs:TEGRA_PLL_SET_DCCON (Results 1 – 3 of 3) sorted by relevance

/drivers/clk/tegra/
Dclk.h250 #define TEGRA_PLL_SET_DCCON BIT(3) macro
Dclk-tegra30.c457 TEGRA_PLL_SET_DCCON | TEGRA_PLL_USE_LOCK,
558 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_DCCON |
Dclk-pll.c554 } else if (pll->params->flags & TEGRA_PLL_SET_DCCON) { in _update_pll_cpcon()