Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h92 #define SCIF_DR BIT(0) /* Receive Data Ready */ macro
101 #define SCIF_RDxF_CLEAR (u32)(~(SCIF_DR | SCIF_RDF))
161 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
H A Dsh-sci.c1717 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.c127 return status & (SCIF_DR | SCxSR_RDxF(port)); in serial_getc_check()
H A Dserial_sh.h291 #define SCIF_DR 0x0001 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */ macro