Searched refs:PLLE_BASE_PLDIV_CML (Results 1 – 4 of 4) sorted by relevance
660 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro736 value &= ~PLLE_BASE_PLDIV_CML(0x0f); in tegra_plle_enable()737 value |= PLLE_BASE_PLDIV_CML(cpcon); in tegra_plle_enable()
945 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro994 value &= ~PLLE_BASE_PLDIV_CML(0xf); in tegra_plle_enable()997 value |= PLLE_BASE_PLDIV_CML(cpcon); in tegra_plle_enable()
1130 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0x1f) << 24) macro1183 value &= ~PLLE_BASE_PLDIV_CML(0x1f); in tegra_plle_enable()1186 value |= PLLE_BASE_PLDIV_CML(0xe); in tegra_plle_enable()
631 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro