Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dserial_sci.h14 #define SCSCR_TIE BIT(7) /* Transmit Interrupt Enable */ macro
/linux-6.3-rc2/drivers/tty/serial/
A Dsh-sci.c598 serial_port_out(port, SCSCR, ctrl | SCSCR_TIE); in sci_start_tx()
612 ctrl &= ~SCSCR_TIE; in sci_stop_tx()
817 ctrl &= ~SCSCR_TIE; in sci_transmit_chars()
819 ctrl |= SCSCR_TIE; in sci_transmit_chars()
1196 serial_port_out(port, SCSCR, ctrl & ~SCSCR_TIE); in sci_dma_tx_complete()
1811 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()

Completed in 9 milliseconds