Searched refs:SCxSR_TDxE_CLEAR (Results 1 – 3 of 3) sorted by relevance
173 #define SCxSR_TDxE_CLEAR(port) \ macro
705 sci_clear_SCxSR(port, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port)); in sci_poll_put_char()842 sci_clear_SCxSR(port, SCxSR_TDxE_CLEAR(port)); in sci_transmit_chars()
357 # define SCxSR_TDxE_CLEAR(port) (sci_in(port, SCxSR) & 0xffdf) macro362 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df) macro