Searched refs:SCxSR_RDxF (Results 1 – 2 of 2) sorted by relevance
162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) macro
685 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()798 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()861 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()1699 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()1819 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()
Completed in 14 milliseconds