Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dfsl_lpuart.c121 #define UARTCTRL 0x08 macro
441 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
443 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
458 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
459 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
699 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init()
716 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
830 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
831 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
1467 reg = lpuart32_read(port, UARTCTRL); in lpuart32_get_mctrl()
[all …]