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.h64 #define SCSCR_TDRQE BIT(15) /* Tx Data Transfer Request Enable */ macro
H A Dsh-sci.c591 new = scr | SCSCR_TDRQE; in sci_start_tx()
593 new = scr & ~SCSCR_TDRQE; in sci_start_tx()
635 ctrl &= ~SCSCR_TDRQE; in sci_stop_tx()