Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c119 #define UARTCTRL 0x08 macro
389 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
391 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
406 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
407 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
637 lpuart32_write(&sport->port, UARTCTRL, 0); in lpuart32_poll_init()
656 lpuart32_write(&sport->port, UARTCTRL, UARTCTRL_RE | UARTCTRL_TE); in lpuart32_poll_init()
770 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
771 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
1366 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl()
[all …]