Searched refs:PLLE_BASE_NDIV (Results 1 – 4 of 4) sorted by relevance
662 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro742 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()743 value |= PLLE_BASE_NDIV(n); in tegra_plle_enable()
946 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro995 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()998 value |= PLLE_BASE_NDIV(n); in tegra_plle_enable()
1131 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro1184 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()1187 value |= PLLE_BASE_NDIV(0x7d); in tegra_plle_enable()
633 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro