Searched refs:PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/board/samsung/odroid/ | ||
D | setup.h | 16 #define PLL_ENABLE(x) (((x) & 0x1) << 31) macro |
D | odroid.c | 203 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init() |