Searched refs:SCxSR_TEND (Results 1 – 4 of 4) sorted by relevance
92 if (!(sci_in(port, SCxSR) & SCxSR_TEND(port))) in serial_raw_putc()96 sci_out(port, SCxSR, sci_in(port, SCxSR) & ~SCxSR_TEND(port)); in serial_raw_putc()
327 #define SCxSR_TEND(port)\ macro
164 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro
722 sci_clear_SCxSR(port, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port)); in sci_poll_put_char()2051 return (status & SCxSR_TEND(port)) && !in_tx_fifo ? TIOCSER_TEMT : 0; in sci_tx_empty()3075 bits = SCxSR_TDxE(port) | SCxSR_TEND(port); in serial_console_write()