Searched refs:UART2_BASE (Results 1 – 2 of 2) 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()
14 #define UART2_BASE (APB_PHYS_BASE + 0x17000) macro41 UART = (unsigned long *)UART2_BASE; in arch_decomp_setup()