Home
last modified time | relevance | path

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

/external/u-boot/board/samsung/odroid/
Dodroid.c190 MUX_PWI_SEL(15) | MUX_G2D_ACP0_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.h85 #define MUX_PWI_SEL(x) (((x) & 0xf) << 16) macro