Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds