Searched refs:UARTCTRL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | fsl_lpuart.c | 115 #define UARTCTRL 0x08 macro 399 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx() 401 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx() 416 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx() 417 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx() 653 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init() 670 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init() 784 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx() 785 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx() 1466 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl() [all …]
|