Searched refs:SCxSR_TDxE (Results 1 – 1 of 1) sorted by relevance
220 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro909 } 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()