Home
last modified time | relevance | path

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

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