Searched refs:FSEL (Results 1 – 2 of 2) sorted by relevance
130 clr_pll_con0 = SDIV(7) | PDIV(63) | MDIV(1023) | FSEL(1); in board_clock_init()131 set = SDIV(0) | PDIV(3) | MDIV(125) | FSEL(1); in board_clock_init()214 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init()
14 #define FSEL(x) (((x) & 0x1) << 27) macro
Completed in 4 milliseconds