Searched refs:SCSCR_TIE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dserial_sci.h14 #define SCSCR_TIE BIT(7) /* Transmit Interrupt Enable */ macro
/linux-master/drivers/tty/serial/
H A Dsh-sci.c612 sci_serial_out(port, SCSCR, ctrl | SCSCR_TIE);
626 ctrl &= ~SCSCR_TIE;
830 ctrl &= ~SCSCR_TIE;
832 ctrl |= SCSCR_TIE;
869 ctrl &= ~SCSCR_TIE;
1222 sci_serial_out(port, SCSCR, ctrl & ~SCSCR_TIE);
1868 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) &&

Completed in 144 milliseconds