Searched refs:PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
17 #define PLL_ENABLE(x) (((x) & 0x1) << 31) macro
204 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init()