SCxSR_RDxF        678 drivers/tty/serial/sh-sci.c 	if (!(status & SCxSR_RDxF(port)))
SCxSR_RDxF        791 drivers/tty/serial/sh-sci.c 	return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0;
SCxSR_RDxF        857 drivers/tty/serial/sh-sci.c 	if (!(status & SCxSR_RDxF(port)))
SCxSR_RDxF       1712 drivers/tty/serial/sh-sci.c 				ssr & ~(SCIF_DR | SCxSR_RDxF(port)));
SCxSR_RDxF       1828 drivers/tty/serial/sh-sci.c 	if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) &&