Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h43 #define SCSCR_TDRQE BIT(15) /* Tx Data Transfer Request Enable */ macro
Dsh-sci.c502 new = scr | SCSCR_TDRQE; in sci_start_tx()
504 new = scr & ~SCSCR_TDRQE; in sci_start_tx()
531 ctrl &= ~SCSCR_TDRQE; in sci_stop_tx()