Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsamsung_tty.c226 static int s3c24xx_serial_txempty_nofifo(struct uart_port *port) in s3c24xx_serial_txempty_nofifo() function
250 while (--count && !s3c24xx_serial_txempty_nofifo(port)) in s3c24xx_serial_rx_enable()
740 int txe = s3c24xx_serial_txempty_nofifo(port); in s3c24xx_serial_rx_drain_fifo()
929 return s3c24xx_serial_txempty_nofifo(port); in s3c24xx_serial_tx_empty()
1226 while (--timeout && !s3c24xx_serial_txempty_nofifo(port)) in s3c24xx_serial_pm()