Searched refs:SCxSR_RDxF (Results 1 – 4 of 4) sorted by relevance
165 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) macro
699 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()812 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()887 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()1745 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()1883 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()
126 return status & (SCIF_DR | SCxSR_RDxF(port)); in serial_getc_check()
331 #define SCxSR_RDxF(port)\ macro