Searched defs:CCM_PLL5_CTRL_K (Results 1 – 2 of 2) sorted by relevance
222 #define CCM_PLL5_CTRL_K(n) (((n) & 0x3) << 4) macro
223 #define CCM_PLL5_CTRL_K(n) ((((n) - 1) & 0x3) << 4) macro