Searched refs:UARTCTRL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/tty/serial/ |
| D | fsl_lpuart.c | 122 #define UARTCTRL 0x08 macro 421 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx() 423 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx() 438 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx() 439 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx() 679 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init() 696 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init() 810 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx() 811 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx() 1422 reg = lpuart32_read(port, UARTCTRL); in lpuart32_get_mctrl() [all …]
|