Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c27 #define UARTCR2 0x03 macro
387 temp = readb(port->membase + UARTCR2); in lpuart_stop_tx()
389 writeb(temp, port->membase + UARTCR2); in lpuart_stop_tx()
405 temp = readb(port->membase + UARTCR2); in lpuart_stop_rx()
406 writeb(temp & ~UARTCR2_RE, port->membase + UARTCR2); in lpuart_stop_rx()
597 writeb(0, sport->port.membase + UARTCR2); in lpuart_poll_init()
618 writeb(UARTCR2_RE | UARTCR2_TE, sport->port.membase + UARTCR2); in lpuart_poll_init()
760 temp = readb(port->membase + UARTCR2); in lpuart_start_tx()
761 writeb(temp | UARTCR2_TIE, port->membase + UARTCR2); in lpuart_start_tx()
1074 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_copy_rx_to_tty()
[all …]