Searched defs:asc_txfifo_is_half_empty (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dst-asc.c205 static inline u32 asc_txfifo_is_half_empty(struct uart_port *port) function
633 while (!asc_txfifo_is_half_empty(port))
787 while (--timeout && !asc_txfifo_is_half_empty(port))

Completed in 55 milliseconds