Searched refs:PLLE_BASE_MDIV (Results 1 – 4 of 4) sorted by relevance
663 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro745 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()746 value |= PLLE_BASE_MDIV(m); in tegra_plle_enable()
947 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro996 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()999 value |= PLLE_BASE_MDIV(m); in tegra_plle_enable()
1132 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro1185 value &= ~PLLE_BASE_MDIV(0xff); in tegra_plle_enable()1188 value |= PLLE_BASE_MDIV(2); in tegra_plle_enable()
634 #define PLLE_BASE_MDIV(x) (((x) & 0xff) << 0) macro