Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/tegra/
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-tegra30.c448 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
465 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
483 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk.h355 #define TEGRA_PLL_SET_LFCON BIT(2) macro
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-pll.c735 if (pll->params->flags & TEGRA_PLL_SET_LFCON) { in _update_pll_cpcon()