Searched refs:SCxSR_TDxE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dsh-sci.h7 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
H A Dsh-sci.c505 } while (!(status & SCxSR_TDxE(port))); sci_poll_put_char()
605 if (!(status & SCxSR_TDxE(port))) { sci_transmit_chars()
1038 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && sci_mpxed_interrupt()
2384 bits = SCxSR_TDxE(port) | SCxSR_TEND(port); serial_console_write()

Completed in 106 milliseconds