UARTSTAT          651 drivers/tty/serial/fsl_lpuart.c 	if (lpuart32_read(&sport->port, UARTSTAT) & UARTSTAT_RDRF) {
UARTSTAT          665 drivers/tty/serial/fsl_lpuart.c 	lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TDRE);
UARTSTAT          671 drivers/tty/serial/fsl_lpuart.c 	if (!(lpuart32_read(port, UARTSTAT) & UARTSTAT_RDRF))
UARTSTAT          774 drivers/tty/serial/fsl_lpuart.c 		if (lpuart32_read(port, UARTSTAT) & UARTSTAT_TDRE)
UARTSTAT          800 drivers/tty/serial/fsl_lpuart.c 	unsigned long stat = lpuart32_read(port, UARTSTAT);
UARTSTAT          918 drivers/tty/serial/fsl_lpuart.c 		sr = lpuart32_read(&sport->port, UARTSTAT);
UARTSTAT          985 drivers/tty/serial/fsl_lpuart.c 	sts = lpuart32_read(&sport->port, UARTSTAT);
UARTSTAT          995 drivers/tty/serial/fsl_lpuart.c 	lpuart32_write(&sport->port, sts, UARTSTAT);
UARTSTAT         1009 drivers/tty/serial/fsl_lpuart.c 		unsigned long sr = lpuart32_read(&sport->port, UARTSTAT);
UARTSTAT         1965 drivers/tty/serial/fsl_lpuart.c 	lpuart32_wait_bit_set(&sport->port, UARTSTAT, UARTSTAT_TC);
UARTSTAT         2086 drivers/tty/serial/fsl_lpuart.c 	lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TDRE);
UARTSTAT         2142 drivers/tty/serial/fsl_lpuart.c 	lpuart32_wait_bit_set(&sport->port, UARTSTAT, UARTSTAT_TC);