Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/tegra/
Dclk-tegra210.c1414 if (!(params->flags & TEGRA_PLL_VCO_OUT)) { in tegra210_pll_fixed_mdiv_cfg()
1782 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
1943 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_LOCK_MISC | TEGRA_PLL_VCO_OUT,
1981 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
2237 .flags = TEGRA_PLLU | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
Dclk.h301 #define TEGRA_PLL_VCO_OUT BIT(13) macro
Dclk-pll.c807 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pll_set_rate()
869 if (pll->params->flags & TEGRA_PLL_VCO_OUT) { in clk_pll_recalc_rate()
1298 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pllxc_set_rate()