err_enabled      1805 drivers/tty/serial/sh-sci.c 	unsigned short ssr_status, scr_status, err_enabled, orer_status = 0;
err_enabled      1817 drivers/tty/serial/sh-sci.c 	err_enabled = scr_status & port_rx_irq_mask(port);
err_enabled      1833 drivers/tty/serial/sh-sci.c 	if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled)
err_enabled      1837 drivers/tty/serial/sh-sci.c 	if ((ssr_status & SCxSR_BRK(port)) && err_enabled)