Home
last modified time | relevance | path

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

/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()
/arch/arm/mach-imx/include/mach/
Duncompress.h27 #define UART2_BASE 0x207000 macro
50 serial_port = UART2_BASE; in putc()
/arch/arm/mach-l7200/include/mach/
Dserial.h33 { 0, BASE_BAUD, UART2_BASE, IRQ_UART_2, STD_COM_FLAGS }, /* ttyLU1 */ \
Dserial_l7200.h23 #define UART2_BASE (IO_BASE + 0x00045000) macro
/arch/arm/mach-aaec2000/include/mach/
Daaec2000.h49 #define UART2_BASE __REG(0x80000700) macro
72 #define _UART2_BASE __PREG(UART2_BASE)