Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h70 #define SCIF_DR BIT(0) /* Receive Data Ready */ macro
79 #define SCIF_RDxF_CLEAR (u32)(~(SCIF_DR | SCIF_RDF))
Dsh-sci.c1490 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()