Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk.h312 #define TEGRA_PLL_VCO_OUT BIT(13) macro
Dclk-tegra210.c1419 if (!(params->flags & TEGRA_PLL_VCO_OUT)) { in tegra210_pll_fixed_mdiv_cfg()
1787 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
1948 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_LOCK_MISC | TEGRA_PLL_VCO_OUT,
1986 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
2242 .flags = TEGRA_PLLU | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
Dclk-pll.c814 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pll_set_rate()
876 if (pll->params->flags & TEGRA_PLL_VCO_OUT) { in clk_pll_recalc_rate()
1301 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pllxc_set_rate()