Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dsh-sci.h162 #define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF) macro
A Dsh-sci.c685 if (!(status & SCxSR_RDxF(port))) in sci_poll_get_char()
798 return (serial_port_in(port, SCxSR) & SCxSR_RDxF(port)) != 0; in sci_rxfill()
861 if (!(status & SCxSR_RDxF(port))) in sci_receive_chars()
1699 ssr & ~(SCIF_DR | SCxSR_RDxF(port))); in sci_rx_interrupt()
1819 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()

Completed in 14 milliseconds