Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/tegra/
Dclk-tegra210.c1440 if (!(params->flags & TEGRA_PLL_VCO_OUT)) { in tegra210_pll_fixed_mdiv_cfg()
1808 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
1969 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_LOCK_MISC | TEGRA_PLL_VCO_OUT,
2007 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
2263 .flags = TEGRA_PLLU | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
Dclk.h366 #define TEGRA_PLL_VCO_OUT BIT(13) macro
Dclk-pll.c827 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pll_set_rate()
889 if (pll->params->flags & TEGRA_PLL_VCO_OUT) { in clk_pll_recalc_rate()
1340 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pllxc_set_rate()