Searched refs:PLLE_BASE_PLDIV_CML (Results 1 – 4 of 4) sorted by relevance
661 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro737 value &= ~PLLE_BASE_PLDIV_CML(0x0f); in tegra_plle_enable()738 value |= PLLE_BASE_PLDIV_CML(cpcon); in tegra_plle_enable()
946 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro995 value &= ~PLLE_BASE_PLDIV_CML(0xf); in tegra_plle_enable()998 value |= PLLE_BASE_PLDIV_CML(cpcon); in tegra_plle_enable()
1131 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0x1f) << 24) macro1184 value &= ~PLLE_BASE_PLDIV_CML(0x1f); in tegra_plle_enable()1187 value |= PLLE_BASE_PLDIV_CML(0xe); in tegra_plle_enable()
632 #define PLLE_BASE_PLDIV_CML(x) (((x) & 0xf) << 24) macro