Home
last modified time | relevance | path

Searched refs:UART2_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-netx/include/mach/
Duncompress.h32 #define UART2_BASE 0x100a80 macro
49 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()
/linux-4.4.14/arch/arm/mach-mmp/include/mach/
Duncompress.h14 #define UART2_BASE (APB_PHYS_BASE + 0x17000) macro
41 UART = (unsigned long *)UART2_BASE; in arch_decomp_setup()