Searched refs:CPU_PLL_CONFIG_INT_LSB (Results 1 – 1 of 1) sorted by relevance
1398 #define CPU_PLL_CONFIG_INT_LSB 12 macro1400 …PU_PLL_CONFIG_INT_GET(x) (((x) & CPU_PLL_CONFIG_INT_MASK) >> CPU_PLL_CONFIG_INT_LSB)1401 #define CPU_PLL_CONFIG_INT_SET(x) (((x) << CPU_PLL_CONFIG_INT_LSB) & CPU_PLL_CONFIG_…