Searched refs:CM_CLKSEL_PLL_MULT (Results 1 – 2 of 2) sorted by relevance
28 MmioWrite32 (CM_CLKSEL4_PLL, CM_CLKSEL_PLL_MULT(120) | CM_CLKSEL_PLL_DIV(13)); in ClockInit()
70 #define CM_CLKSEL_PLL_MULT(x) (((x) & 0x07FF) << 8) macro