Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsamsung_tty.c238 static bool s3c24xx_serial_txempty_nofifo(const struct uart_port *port) in s3c24xx_serial_txempty_nofifo() function
252 while (--count && !s3c24xx_serial_txempty_nofifo(port)) in s3c24xx_serial_rx_enable()
783 bool txe = s3c24xx_serial_txempty_nofifo(port); in s3c24xx_serial_rx_drain_fifo()
995 return s3c24xx_serial_txempty_nofifo(port) ? TIOCSER_TEMT : 0; in s3c24xx_serial_tx_empty()
1309 while (--timeout && !s3c24xx_serial_txempty_nofifo(port)) in s3c24xx_serial_pm()