Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c124 #define UARTDATA 0x0C macro
557 lpuart32_write(xmit->buf[xmit->tail], sport->port.membase + UARTDATA); in lpuart32_transmit_buffer()
612 lpuart32_write(sport->port.x_char, sport->port.membase + UARTDATA); in lpuart_txint()
720 rx = lpuart32_read(sport->port.membase + UARTDATA); in lpuart32_rxint()
1551 lpuart32_write(ch, port->membase + UARTDATA); in lpuart32_console_putchar()