Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-tegra210.c1491 if (!(params->flags & TEGRA_PLL_VCO_OUT)) { in tegra210_pll_fixed_mdiv_cfg()
1859 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
2020 .flags = TEGRA_PLL_USE_LOCK | TEGRA_PLL_LOCK_MISC | TEGRA_PLL_VCO_OUT,
2058 .flags = TEGRA_PLL_FIXED | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
2314 .flags = TEGRA_PLLU | TEGRA_PLL_USE_LOCK | TEGRA_PLL_VCO_OUT,
H A Dclk.h366 #define TEGRA_PLL_VCO_OUT BIT(13) macro
H A Dclk-pll.c830 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pll_set_rate()
892 if (pll->params->flags & TEGRA_PLL_VCO_OUT) { in clk_pll_recalc_rate()
1344 if (pll->params->flags & TEGRA_PLL_VCO_OUT) in clk_pllxc_set_rate()