Home
last modified time | relevance | path

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

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