Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c218 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro
912 s->ops->clear_SCxSR(port, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port)); in sci_poll_put_char()
2290 return (status & SCxSR_TEND(port)) && !in_tx_fifo ? TIOCSER_TEMT : 0; in sci_tx_empty()