Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk.h360 #define TEGRA_PLLE_CONFIGURE BIT(7) macro
H A Dclk-tegra30.c522 .flags = TEGRA_PLLE_CONFIGURE | TEGRA_PLL_FIXED |
H A Dclk-pll.c984 if (pll->params->flags & TEGRA_PLLE_CONFIGURE) { in clk_plle_enable()