Searched refs:SCSCR_TIE (Results 1 – 2 of 2) sorted by relevance
14 #define SCSCR_TIE BIT(7) /* Transmit Interrupt Enable */ macro
612 serial_port_out(port, SCSCR, ctrl | SCSCR_TIE); in sci_start_tx()626 ctrl &= ~SCSCR_TIE; in sci_stop_tx()831 ctrl &= ~SCSCR_TIE; in sci_transmit_chars()833 ctrl |= SCSCR_TIE; in sci_transmit_chars()870 ctrl &= ~SCSCR_TIE; in sci_transmit_chars()1223 serial_port_out(port, SCSCR, ctrl & ~SCSCR_TIE); in sci_dma_tx_complete()1875 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()