Searched refs:PLLE_BASE_MDIV (Results 1 – 4 of 4) sorted by relevance
664 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro746 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()747 value |= PLLE_BASE_MDIV(m); in tegra_plle_enable()
948 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro997 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()1000 value |= PLLE_BASE_MDIV(m); in tegra_plle_enable()
1133 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro1186 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()1189 value |= PLLE_BASE_MDIV(2); in tegra_plle_enable()
635 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro