Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dsh-sci.h93 #define SCIF_DR BIT(0) /* Receive Data Ready */ macro
102 #define SCIF_RDxF_CLEAR (u32)(~(SCIF_DR | SCIF_RDF))
162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
A Dsh-sci.c1699 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()

Completed in 9 milliseconds