Home
last modified time | relevance | path

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

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