Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c40 #define UARTSFIFO 0x12 macro
598 writeb(UARTSFIFO_RXUF, sport->port.membase + UARTSFIFO); in lpuart_poll_init()
784 unsigned char sfifo = readb(port->membase + UARTSFIFO); in lpuart_tx_empty()
829 while (!(readb(sport->port.membase + UARTSFIFO) & UARTSFIFO_RXEMPT)) { in lpuart_rxint()
884 writeb(UARTSFIFO_RXOF, sport->port.membase + UARTSFIFO); in lpuart_rxint()
1046 if (readb(sport->port.membase + UARTSFIFO) & in lpuart_copy_rx_to_tty()
1049 sport->port.membase + UARTSFIFO); in lpuart_copy_rx_to_tty()
1396 writeb(UARTSFIFO_RXUF, sport->port.membase + UARTSFIFO); in lpuart_setup_watermark()