Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dst-asc.c199 static inline u32 asc_txfifo_is_empty(struct uart_port *port) in asc_txfifo_is_empty() function
350 return asc_txfifo_is_empty(port) ? TIOCSER_TEMT : 0; in asc_tx_empty()
866 while (--timeout && !asc_txfifo_is_empty(port)) in asc_console_write()