SCSCR_TIE 599 drivers/tty/serial/sh-sci.c serial_port_out(port, SCSCR, ctrl | SCSCR_TIE); SCSCR_TIE 613 drivers/tty/serial/sh-sci.c ctrl &= ~SCSCR_TIE; SCSCR_TIE 810 drivers/tty/serial/sh-sci.c ctrl &= ~SCSCR_TIE; SCSCR_TIE 812 drivers/tty/serial/sh-sci.c ctrl |= SCSCR_TIE; SCSCR_TIE 1207 drivers/tty/serial/sh-sci.c serial_port_out(port, SCSCR, ctrl & ~SCSCR_TIE); SCSCR_TIE 1820 drivers/tty/serial/sh-sci.c if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) &&