Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dst-asc.c205 static inline u32 asc_txfifo_is_half_empty(struct uart_port *port) in asc_txfifo_is_half_empty() function
686 while (!asc_txfifo_is_half_empty(port)) in asc_put_poll_char()
866 while (--timeout && !asc_txfifo_is_half_empty(port)) in asc_console_putchar()