Searched refs:PLLE_BASE_ENABLE (Results 1 – 5 of 5) sorted by relevance
631 #define PLLE_BASE_ENABLE (1 << 30) macro686 value &= ~PLLE_BASE_ENABLE; in tegra_plle_enable()717 value |= PLLE_BASE_ENABLE_CML | PLLE_BASE_ENABLE; in tegra_plle_enable()
660 #define PLLE_BASE_ENABLE (1 << 30) macro715 value &= ~PLLE_BASE_ENABLE; in tegra_plle_enable()763 value |= PLLE_BASE_ENABLE_CML | PLLE_BASE_ENABLE; in tegra_plle_enable()
944 #define PLLE_BASE_ENABLE (1 << 30) macro1006 value |= PLLE_BASE_ENABLE; in tegra_plle_enable()
1130 #define PLLE_BASE_ENABLE (1 << 31) macro1200 value |= PLLE_BASE_ENABLE; in tegra_plle_enable()
57 #define PLLE_BASE_ENABLE BIT(31) macro2442 return val & PLLE_BASE_ENABLE ? 1 : 0; in clk_plle_tegra210_is_enabled()2497 val |= PLLE_BASE_ENABLE; in clk_plle_tegra210_enable()2551 val &= ~PLLE_BASE_ENABLE; in clk_plle_tegra210_disable()