Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c222 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER) macro
1118 } else if (status & SCxSR_PER(port)) { in sci_receive_chars()
1171 if (status & SCxSR_PER(port)) { in sci_handle_errors()