Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.h66 #define SCSCR_TDRQE BIT(15) /* Tx Data Transfer Request Enable */ macro
H A Dsh-sci.c612 new = scr | SCSCR_TDRQE; in sci_start_tx()
614 new = scr & ~SCSCR_TDRQE; in sci_start_tx()
655 ctrl &= ~SCSCR_TDRQE; in sci_stop_tx()