Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.h166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
H A Dsh-sci.c749 } while (!(status & SCxSR_TDxE(port))); in sci_poll_put_char()
860 if (!(status & SCxSR_TDxE(port))) { in sci_transmit_chars()
1927 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()
3131 bits = SCxSR_TDxE(port) | SCxSR_TEND(port); in serial_console_write()