Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c122 #define UARTSTAT 0x04 macro
599 if (lpuart32_read(port->membase + UARTSTAT) & UARTSTAT_TDRE) in lpuart32_start_tx()
719 sr = lpuart32_read(sport->port.membase + UARTSTAT); in lpuart32_rxint()
795 sts = lpuart32_read(sport->port.membase + UARTSTAT); in lpuart32_int()
806 lpuart32_write(sts, sport->port.membase + UARTSTAT); in lpuart32_int()
819 return (lpuart32_read(port->membase + UARTSTAT) & UARTSTAT_TC) ? in lpuart32_tx_empty()
1436 while (!(lpuart32_read(sport->port.membase + UARTSTAT) & UARTSTAT_TC)) in lpuart32_set_termios()
1548 while (!(lpuart32_read(port->membase + UARTSTAT) & UARTSTAT_TDRE)) in lpuart32_console_putchar()
1590 while (!(lpuart32_read(sport->port.membase + UARTSTAT) & UARTSTAT_TC)) in lpuart32_console_write()