Searched refs:CPU_PLL_CONFIG_REFDIV_MASK (Results 1 – 1 of 1) sorted by relevance
1414 #define CPU_PLL_CONFIG_REFDIV_MASK 0x0000001f macro1415 #define CPU_PLL_CONFIG_REFDIV_GET(x) (((x) & CPU_PLL_CONFIG_REFDIV_MASK) >> CPU_PLL_CON…1416 …_CONFIG_REFDIV_SET(x) (((x) << CPU_PLL_CONFIG_REFDIV_LSB) & CPU_PLL_CONFIG_REFDIV_MASK)