Searched refs:UART2_BASE (Results 1 – 5 of 5) sorted by relevance
32 #define UART2_BASE 0x100a80 macro49 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN) in putc()50 base = UART2_BASE; in putc()64 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN) in flush()65 base = UART2_BASE; in flush()
27 #define UART2_BASE 0x207000 macro50 serial_port = UART2_BASE; in putc()
33 { 0, BASE_BAUD, UART2_BASE, IRQ_UART_2, STD_COM_FLAGS }, /* ttyLU1 */ \
23 #define UART2_BASE (IO_BASE + 0x00045000) macro
49 #define UART2_BASE __REG(0x80000700) macro72 #define _UART2_BASE __PREG(UART2_BASE)