Searched refs:UART_DR (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-netx/include/mach/
H A Duncompress.h34 #define UART_DR 0x0 macro
55 REG(base + UART_DR) = c; putc()
/linux-4.4.14/drivers/tty/serial/
H A Dnetx-serial.c44 UART_DR = 0x00, enumerator in enum:uart_regs
144 writel(port->x_char, port->membase + UART_DR); netx_transmit_buffer()
158 writel(xmit->buf[xmit->tail], port->membase + UART_DR); netx_transmit_buffer()
204 rx = readl(port->membase + UART_DR); netx_rxint()
532 writel(ch, port->membase + UART_DR); netx_console_putchar()

Completed in 100 milliseconds