Searched refs:UARTCR2 (Results 1 – 1 of 1) sorted by relevance
34 #define UARTCR2 0x03 macro448 cr2 = readb(port->membase + UARTCR2); in lpuart_stop_tx()450 writeb(cr2, port->membase + UARTCR2); in lpuart_stop_tx()466 cr2 = readb(port->membase + UARTCR2); in lpuart_stop_rx()467 writeb(cr2 & ~UARTCR2_RE, port->membase + UARTCR2); in lpuart_stop_rx()652 writeb(0, port->membase + UARTCR2); in lpuart_poll_init()673 writeb(UARTCR2_RE | UARTCR2_TE, port->membase + UARTCR2); in lpuart_poll_init()794 cr2 = readb(port->membase + UARTCR2); in lpuart_start_tx()795 writeb(cr2 | UARTCR2_TIE, port->membase + UARTCR2); in lpuart_start_tx()1134 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_copy_rx_to_tty()[all …]