ssr_status 1770 drivers/tty/serial/sh-sci.c unsigned short ssr_status = serial_port_in(port, SCxSR); ssr_status 1773 drivers/tty/serial/sh-sci.c if (ssr_status & SCxSR_BRK(port)) ssr_status 1777 drivers/tty/serial/sh-sci.c if (!(ssr_status & SCxSR_ERRORS(port))) ssr_status 1805 drivers/tty/serial/sh-sci.c unsigned short ssr_status, scr_status, err_enabled, orer_status = 0; ssr_status 1810 drivers/tty/serial/sh-sci.c ssr_status = serial_port_in(port, SCxSR); ssr_status 1813 drivers/tty/serial/sh-sci.c orer_status = ssr_status; ssr_status 1820 drivers/tty/serial/sh-sci.c if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && ssr_status 1828 drivers/tty/serial/sh-sci.c if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && ssr_status 1833 drivers/tty/serial/sh-sci.c if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) ssr_status 1837 drivers/tty/serial/sh-sci.c if ((ssr_status & SCxSR_BRK(port)) && err_enabled)