Searched refs:CPU_PLL_CONFIG_INT_MASK (Results 1 – 1 of 1) sorted by relevance
1399 #define CPU_PLL_CONFIG_INT_MASK 0x0003f000 macro1400 #define CPU_PLL_CONFIG_INT_GET(x) (((x) & CPU_PLL_CONFIG_INT_MASK) >> CPU_PLL_CONFIG…1401 …PU_PLL_CONFIG_INT_SET(x) (((x) << CPU_PLL_CONFIG_INT_LSB) & CPU_PLL_CONFIG_INT_MASK)