Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dfsl_lpuart.c31 #define UARTCR2 0x03 macro
319 temp = readb(port->membase + UARTCR2); in lpuart_stop_tx()
321 writeb(temp, port->membase + UARTCR2); in lpuart_stop_tx()
337 temp = readb(port->membase + UARTCR2); in lpuart_stop_rx()
338 writeb(temp & ~UARTCR2_RE, port->membase + UARTCR2); in lpuart_stop_rx()
476 writeb(0, sport->port.membase + UARTCR2); in lpuart_poll_init()
497 writeb(UARTCR2_RE | UARTCR2_TE, sport->port.membase + UARTCR2); in lpuart_poll_init()
622 temp = readb(port->membase + UARTCR2); in lpuart_start_tx()
623 writeb(temp | UARTCR2_TIE, port->membase + UARTCR2); in lpuart_start_tx()
1188 temp = readb(port->membase + UARTCR2) & ~UARTCR2_SBK; in lpuart_break_ctl()
[all …]