Searched refs:SCxSR_RDxF (Results 1 – 1 of 1) sorted by relevance
219 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) macro888 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()1003 return (sci_serial_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()1080 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()1974 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()2116 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()