Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/tegra/
Dclk-tegra30.c450 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
467 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
485 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk-tegra114.c419 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
437 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
480 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk-tegra124.c634 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
743 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk.h355 #define TEGRA_PLL_SET_LFCON BIT(2) macro
Dclk-pll.c738 if (pll->params->flags & TEGRA_PLL_SET_LFCON) { in _update_pll_cpcon()