Symbol: UARTSTAT
drivers/tty/serial/fsl_lpuart.c
1116
u32 sr = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1120
lpuart32_write(&sport->port, sr, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1284
sts = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1297
lpuart32_write(&sport->port, sts, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1496
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
1972
temp = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1973
lpuart32_write(port, temp, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
2373
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
2501
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TDRE);
drivers/tty/serial/fsl_lpuart.c
2557
lpuart32_wait_bit_set(&sport->port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
3044
lpuart32_write(&sport->port, UARTSTAT_RXEDGIF, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3110
stat = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3111
lpuart32_write(&sport->port, stat, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
715
if (lpuart32_read(port, UARTSTAT) & UARTSTAT_RDRF) {
drivers/tty/serial/fsl_lpuart.c
729
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TDRE);
drivers/tty/serial/fsl_lpuart.c
818
if (lpuart32_read(port, UARTSTAT) & UARTSTAT_TDRE)
drivers/tty/serial/fsl_lpuart.c
858
u32 stat = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
976
sr = lpuart32_read(&sport->port, UARTSTAT);