Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c94 #define UARTCR5_TDMAS 0x80 macro
363 writeb(readb(sport->port.membase + UARTCR5) | UARTCR5_TDMAS, in lpuart_pio_tx()
406 writeb(readb(sport->port.membase + UARTCR5) & ~UARTCR5_TDMAS, in lpuart_prepare_tx()
409 writeb(readb(sport->port.membase + UARTCR5) | UARTCR5_TDMAS, in lpuart_prepare_tx()
780 if (sts & UARTSR1_TDRE && !(crdma & UARTCR5_TDMAS)) { in lpuart_int()
1099 writeb(temp | UARTCR5_TDMAS, port->membase + UARTCR5); in lpuart_startup()