Searched refs:SCxSR_TDxE_CLEAR (Results 1 – 2 of 2) sorted by relevance
23 # define SCxSR_TDxE_CLEAR(port) (serial_port_in(port, SCxSR) & 0xffdf) macro28 # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df) macro
508 serial_port_out(port, SCxSR, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port)); in sci_poll_put_char()635 serial_port_out(port, SCxSR, SCxSR_TDxE_CLEAR(port)); in sci_transmit_chars()646 serial_port_out(port, SCxSR, SCxSR_TDxE_CLEAR(port)); in sci_transmit_chars()