Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-netx/include/mach/
Duncompress.h34 #define UART_DR 0x0 macro
55 REG(base + UART_DR) = c; in putc()
/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c32 UART_DR = 0x00, enumerator
132 writel(port->x_char, port->membase + UART_DR); in netx_transmit_buffer()
146 writel(xmit->buf[xmit->tail], port->membase + UART_DR); in netx_transmit_buffer()
192 rx = readl(port->membase + UART_DR); in netx_rxint()
520 writel(ch, port->membase + UART_DR); in netx_console_putchar()