Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c769 unsigned char sts, crdma; in lpuart_int() local
772 crdma = readb(sport->port.membase + UARTCR5); in lpuart_int()
774 if (sts & UARTSR1_RDRF && !(crdma & UARTCR5_RDMAS)) { in lpuart_int()
780 if (sts & UARTSR1_TDRE && !(crdma & UARTCR5_TDMAS)) { in lpuart_int()