Searched refs:UART2_BASE (Results 1 – 25 of 28) sorted by relevance
12
20 #define UART2_BASE 0xFF130000 macro64 struct rk_uart * const uart = (void *)UART2_BASE; in board_debug_uart_init()
14 #define CFG_MXC_UART_BASE UART2_BASE
19 #define CFG_MXC_UART_BASE UART2_BASE
18 #define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
18 #if CFG_MXC_UART_BASE == UART2_BASE
22 #define CFG_MXC_UART_BASE UART2_BASE
13 #define CFG_MXC_UART_BASE UART2_BASE
28 #define CFG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
55 #define CFG_SYS_NS16550_COM3 UART2_BASE
24 #define CFG_MXC_UART_BASE UART2_BASE
17 #define CFG_MXC_UART_BASE UART2_BASE
52 #define CFG_MXC_UART_BASE UART2_BASE
15 #define CFG_MXC_UART_BASE UART2_BASE
27 #define UART2_BASE 0x48024000 macro
18 #define UART2_BASE 0x48024000 macro
58 # define DEFAULT_UART_BASE UART2_BASE
49 #define UART2_BASE (OMAP44XX_L4_PER_BASE + 0x6c000) macro
26 #define UART2_BASE 0xb0032000 macro
25 #define UART2_BASE 0x1e000d00 macro
73 #define UART2_BASE (OMAP54XX_L4_PER_BASE + 0x6c000) macro
269 setbits_le32((u32 *)(UART2_BASE + UFCR), UFCR_DCEDTE); in setup_dtemode_uart()273 clrbits_le32((u32 *)(UART2_BASE + UCR3), UCR3_DCD | UCR3_RI); in setup_dtemode_uart()
298 setbits_le32((u32 *)(UART2_BASE + UFCR), UFCR_DCEDTE); in setup_dtemode_uart()303 clrbits_le32((u32 *)(UART2_BASE + UCR3), UCR3_DCD | UCR3_RI); in setup_dtemode_uart()
596 #define UART2_BASE 0x43F94000 macro607 (n) == 2 ? UART2_BASE : \
568 if (CFG_MXC_UART_BASE == UART2_BASE) in board_init_f()
Completed in 50 milliseconds