Home
last modified time | relevance | path

Searched refs:TEGRA_PLL_SET_LFCON (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/clk/tegra/
Dclk-tegra30.c460 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
477 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
495 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk-tegra114.c430 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
448 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
491 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk.h301 #define TEGRA_PLL_SET_LFCON BIT(2) macro
Dclk-tegra124.c628 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
737 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk-pll.c732 if (pll->params->flags & TEGRA_PLL_SET_LFCON) { in _update_pll_cpcon()