Searched refs:SCxSR_RDxF (Results 1 – 2 of 2) sorted by relevance
142 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()384 return (sci_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()464 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()702 sci_out(port, SCxSR, ssr & ~(1 | SCxSR_RDxF(port))); in sci_rx_interrupt()799 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()
162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF) macro