Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dsh-sci.h95 #define SCIF_RDF BIT(1) /* Receive FIFO Data Full */ 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)