Searched refs:PLLE_BASE_PLDIV (Results 1 – 2 of 2) sorted by relevance
662 #define PLLE_BASE_PLDIV(x) (((x) & 0x3f) << 16) macro740 value &= ~PLLE_BASE_PLDIV(0x3f); in tegra_plle_enable()741 value |= PLLE_BASE_PLDIV(p); in tegra_plle_enable()
633 #define PLLE_BASE_PLDIV(x) (((x) & 0x3f) << 16) macro