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
1487
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
1963
temp = lpuart32_read(port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
1964
lpuart32_write(port, temp, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
2364
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
2492
lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TDRE);
drivers/tty/serial/fsl_lpuart.c
2548
lpuart32_wait_bit_set(&sport->port, UARTSTAT, UARTSTAT_TC);
drivers/tty/serial/fsl_lpuart.c
3035
lpuart32_write(&sport->port, UARTSTAT_RXEDGIF, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3101
stat = lpuart32_read(&sport->port, UARTSTAT);
drivers/tty/serial/fsl_lpuart.c
3102
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);