Home
last modified time | relevance | path

Searched refs:UART4_SEL (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos4_setup.h240 #define UART4_SEL UART_SEL_SCLKMPLL macro
241 #define CLK_SRC_PERIL0_VAL ((UART4_SEL << 16) \
H A Dexynos5_setup.h804 #define UART4_SEL 3 macro
812 | (UART4_SEL << 20) \
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c279 UART3_SEL(15) | UART4_SEL(15); in board_clock_init()
289 UART4_SEL(6); in board_clock_init()
H A Dsetup.h155 #define UART4_SEL(x) (((x) & 0xf) << 16) macro
/openbmc/u-boot/board/samsung/trats/
H A Dsetup.h192 #define UART4_SEL UART_SEL_SCLKMPLL macro
195 | (UART4_SEL << 12) \