Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c220 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
909 } while (!(status & SCxSR_TDxE(port))); in sci_poll_put_char()
1020 if (!(status & SCxSR_TDxE(port))) { in sci_transmit_chars()
2103 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()