Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dst-asc.c204 static inline u32 asc_txfifo_is_half_empty(struct uart_port *port) in asc_txfifo_is_half_empty() function
647 while (!asc_txfifo_is_half_empty(port)) in asc_put_poll_char()
830 while (--timeout && !asc_txfifo_is_half_empty(port)) in asc_console_putchar()