Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.h89 #define SCIF_TDFE BIT(5) /* Transmit FIFO Data Empty */ macro
105 #define SCIF_TDxE_CLEAR (u32)(~(SCIF_TDFE))
164 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
H A Dsh-sci.c96 .poll_sent_bits = SCIF_TDFE | SCIF_TEND