Searched refs:PLLE_BASE_NDIV (Results 1 – 4 of 4) sorted by relevance
663 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro743 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()744 value |= PLLE_BASE_NDIV(n); in tegra_plle_enable()
947 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro996 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()999 value |= PLLE_BASE_NDIV(n); in tegra_plle_enable()
1132 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro1185 value &= ~PLLE_BASE_NDIV(0xff); in tegra_plle_enable()1188 value |= PLLE_BASE_NDIV(0x7d); in tegra_plle_enable()
634 #define PLLE_BASE_NDIV(x) (((x) & 0xff) << 8) macro