Searched refs:STAT_TX_FIFO_EMP (Results 1 – 1 of 1) sorted by relevance
57 #define STAT_TX_FIFO_EMP BIT(13) macro167 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()