Home
last modified time | relevance | path

Searched refs:SCIF_DR (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dsh-sci.h96 #define SCIF_DR BIT(0) /* Receive Data Ready */ macro
105 #define SCIF_RDxF_CLEAR (u32)(~(SCIF_DR | SCIF_RDF))
165 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
Dsh-sci.c1745 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()