Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dfsl_lpuart.c43 #define UARTSFIFO 0x12 macro
663 writeb(UARTSFIFO_RXUF, port->membase + UARTSFIFO); in lpuart_poll_init()
840 u8 sfifo = readb(port->membase + UARTSFIFO); in lpuart_tx_empty()
888 while (!(readb(sport->port.membase + UARTSFIFO) & UARTSFIFO_RXEMPT)) { in lpuart_rxint()
942 writeb(UARTSFIFO_RXOF, sport->port.membase + UARTSFIFO); in lpuart_rxint()
1151 if (readb(sport->port.membase + UARTSFIFO) & in lpuart_copy_rx_to_tty()
1154 sport->port.membase + UARTSFIFO); in lpuart_copy_rx_to_tty()
1636 writeb(UARTSFIFO_RXUF, sport->port.membase + UARTSFIFO); in lpuart_setup_watermark()