Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dmvebu-uart.c57 #define STAT_TX_FIFO_EMP BIT(13) macro
167 return (st & STAT_TX_FIFO_EMP) ? TIOCSER_TEMT : 0; in mvebu_uart_tx_empty()
613 if (st & STAT_TX_FIFO_EMP) in mvebu_uart_putc()