Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c2048 unsigned short in_tx_fifo = sci_txfill(port); in sci_tx_empty() local
2050 return (status & SCxSR_TEND(port)) && !in_tx_fifo ? TIOCSER_TEMT : 0; in sci_tx_empty()