Home
last modified time | relevance | path

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

/external/u-boot/board/samsung/odroid/
Dodroid.c189 MUX_DPHY_SEL(1) | MUX_MPLL_SEL(1) | in board_clock_init()
193 MUX_MPLL_SEL(0) | MUX_PWI_SEL(0) | MUX_G2D_ACP0_SEL(1) | in board_clock_init()
213 MUX_MPLL_SEL(1) | MUX_PWI_SEL(8) | MUX_G2D_ACP0_SEL(0) | in board_clock_init()
Dsetup.h84 #define MUX_MPLL_SEL(x) (((x) & 0x1) << 12) macro