Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_lpuart.c126 #define UARTCTRL 0x08 macro
453 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx()
455 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
470 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx()
471 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
709 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init()
726 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
819 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx()
820 lpuart32_write(port, temp | UARTCTRL_TIE, UARTCTRL); in lpuart32_start_tx()
864 unsigned long ctrl = lpuart32_read(port, UARTCTRL); in lpuart32_tx_empty()
[all …]