Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h161 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) macro
H A Dsh-sci.c683 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()
796 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()
862 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()
1717 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()
1837 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_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.h334 #define SCxSR_RDxF(port)\ macro