Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dexynos5_setup.h638 #define UART1_SEL 6 macro
644 | (UART1_SEL << 4) \
807 #define UART1_SEL 3 macro
815 | (UART1_SEL << 8) \
H A Dexynos4_setup.h237 #define UART1_SEL UART_SEL_SCLKMPLL macro
244 | (UART1_SEL << 4) \
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c278 clr = UART0_SEL(15) | UART1_SEL(15) | UART2_SEL(15) | in board_clock_init()
288 set = UART0_SEL(6) | UART1_SEL(6) | UART2_SEL(6) | UART3_SEL(6) | in board_clock_init()
H A Dsetup.h158 #define UART1_SEL(x) (((x) & 0xf) << 4) macro
/openbmc/u-boot/board/samsung/trats/
H A Dsetup.h189 #define UART1_SEL UART_SEL_SCLKMPLL macro
198 | (UART1_SEL << 4) \