Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c115 #define UARTCTRL 0x08 macro
396 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
398 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
413 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
414 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
650 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init()
667 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
781 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
782 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
1453 temp = lpuart32_read(port, UARTCTRL) & ~UARTCTRL_SBK; in lpuart32_break_ctl()
[all …]