Searched refs:SCxSR_TDxE (Results 1 – 3 of 3) sorted by relevance
166 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
718 } while (!(status & SCxSR_TDxE(port))); in sci_poll_put_char()828 if (!(status & SCxSR_TDxE(port))) { in sci_transmit_chars()1875 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()3074 bits = SCxSR_TDxE(port) | SCxSR_TEND(port); in serial_console_write()
333 #define SCxSR_TDxE(port)\ macro