Home
last modified time | relevance | path

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

/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c197 MUX_DPHY_SEL(1) | MUX_MPLL_SEL(1) | in board_clock_init()
200 set = MUX_C2C_SEL(1) | MUX_DMC_BUS_SEL(1) | MUX_DPHY_SEL(1) | in board_clock_init()
220 set = MUX_C2C_SEL(0) | MUX_DMC_BUS_SEL(0) | MUX_DPHY_SEL(0) | in board_clock_init()
H A Dsetup.h83 #define MUX_DPHY_SEL(x) (((x) & 0x1) << 8) macro