Home
last modified time | relevance | path

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

/Linux-v5.4/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.c449 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
466 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
484 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk.h290 #define TEGRA_PLL_SET_LFCON BIT(2) macro
Dclk-tegra124.c616 .flags = TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
725 .flags = TEGRA_PLLU | TEGRA_PLL_HAS_CPCON | TEGRA_PLL_SET_LFCON |
Dclk-pll.c725 if (pll->params->flags & TEGRA_PLL_SET_LFCON) { in _update_pll_cpcon()