UARTSFIFO 599 drivers/tty/serial/fsl_lpuart.c writeb(UARTSFIFO_RXUF, sport->port.membase + UARTSFIFO); UARTSFIFO 785 drivers/tty/serial/fsl_lpuart.c unsigned char sfifo = readb(port->membase + UARTSFIFO); UARTSFIFO 830 drivers/tty/serial/fsl_lpuart.c while (!(readb(sport->port.membase + UARTSFIFO) & UARTSFIFO_RXEMPT)) { UARTSFIFO 885 drivers/tty/serial/fsl_lpuart.c writeb(UARTSFIFO_RXOF, sport->port.membase + UARTSFIFO); UARTSFIFO 1047 drivers/tty/serial/fsl_lpuart.c if (readb(sport->port.membase + UARTSFIFO) & UARTSFIFO 1050 drivers/tty/serial/fsl_lpuart.c sport->port.membase + UARTSFIFO); UARTSFIFO 1397 drivers/tty/serial/fsl_lpuart.c writeb(UARTSFIFO_RXUF, sport->port.membase + UARTSFIFO);