Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c71 #define UARTSR1_TC 0x40 macro
813 return (readb(port->membase + UARTSR1) & UARTSR1_TC) ? in lpuart_tx_empty()
1312 while (!(readb(sport->port.membase + UARTSR1) & UARTSR1_TC)) in lpuart_set_termios()
1569 while (!(readb(sport->port.membase + UARTSR1) & UARTSR1_TC)) in lpuart_console_write()