Searched refs:SCIF_DR (Results 1 – 1 of 1) sorted by relevance
150 #define SCIF_DR BIT(0) /* Receive Data Ready */ macro159 #define SCIF_RDxF_CLEAR (u32)(~(SCIF_DR | SCIF_RDF))219 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)1974 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()