Searched refs:SCI_TEND (Results 1 – 2 of 2) sorted by relevance
76 #define SCI_TEND BIT(2) /* Transmit End */ macro83 #define SCI_TDxE_CLEAR (u32)(~(SCI_RESERVED | SCI_TEND | SCI_TDRE))162 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
90 .poll_sent_bits = SCI_TDRE | SCI_TEND
Completed in 11 milliseconds