Searched refs:SCSCR_TDRQE (Results 1 – 2 of 2) sorted by relevance
30 #define SCSCR_TDRQE (1 << 15) /* Tx Data Transfer Request Enable */ macro
1537 new = scr | SCSCR_TDRQE; in sci_start_tx()1539 new = scr & ~SCSCR_TDRQE; in sci_start_tx()1566 ctrl &= ~SCSCR_TDRQE; in sci_stop_tx()