Searched refs:UARTCTRL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/tty/serial/ |
| D | fsl_lpuart.c | 119 #define UARTCTRL 0x08 macro 328 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx() 330 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx() 345 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx() 346 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx() 531 writel(0, sport->port.membase + UARTCTRL); in lpuart32_poll_init() 550 writel(UARTCTRL_RE | UARTCTRL_TE, sport->port.membase + UARTCTRL); in lpuart32_poll_init() 639 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx() 640 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx() 1200 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl() [all …]
|