Searched refs:UARTCR5_TDMAS (Results 1 – 1 of 1) sorted by relevance
94 #define UARTCR5_TDMAS 0x80 macro363 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()