Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c127 #define SCI_TDRE BIT(7) /* Transmit Data Register Empty */ macro
139 #define SCI_TDxE_CLEAR (u32)(~(SCI_RESERVED | SCI_TEND | SCI_TDRE))
220 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
264 .poll_sent_bits = SCI_TDRE | SCI_TEND
981 return !(sci_serial_in(port, SCxSR) & SCI_TDRE); in sci_txfill()