Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c61 #define STAT_TX_EMP BIT(6) macro
194 return (st & STAT_TX_EMP) ? TIOCSER_TEMT : 0; in mvebu_uart_tx_empty()
720 (val & STAT_TX_EMP), 1, 10000); in wait_for_xmite()