Home
last modified time | relevance | path

Searched refs:PLL_ENABLE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/samsung/odroid/
Dsetup.h16 #define PLL_ENABLE(x) (((x) & 0x1) << 31) macro
Dodroid.c203 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init()