Searched refs:SCxSR_TEND (Results 1 – 2 of 2) sorted by relevance
92 if (!(sci_in(port, SCxSR) & SCxSR_TEND(port))) in serial_raw_putc()96 sci_out(port, SCxSR, sci_in(port, SCxSR) & ~SCxSR_TEND(port)); in serial_raw_putc()
327 #define SCxSR_TEND(port)\ macro