Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c159 #define UARTSTAT_TC 0x00400000 macro
870 if ((stat & UARTSTAT_TC && sfifo & UARTFIFO_TXEMPT) || ctrl & UARTCTRL_SBK) in lpuart32_tx_empty()
1487 lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC); in lpuart32_config_rs485()
2364 lpuart32_wait_bit_set(port, UARTSTAT, UARTSTAT_TC); in lpuart32_set_termios()
2548 lpuart32_wait_bit_set(&sport->port, UARTSTAT, UARTSTAT_TC); in lpuart32_console_write()