Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A 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)
H A Dsh-sci.c1745 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.c126 return status & (SCIF_DR | SCxSR_RDxF(port)); in serial_getc_check()
H A Dserial_sh.h289 #define SCIF_DR 0x0001 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */ macro