Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h113 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro
Dsh-sci.c619 sci_clear_SCxSR(port, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port)); in sci_poll_put_char()
1725 return (status & SCxSR_TEND(port)) && !in_tx_fifo ? TIOCSER_TEMT : 0; in sci_tx_empty()
1934 } while (!(status & SCxSR_TEND(port))); in sci_reset()
2422 bits = SCxSR_TDxE(port) | SCxSR_TEND(port); in serial_console_write()