Searched refs:SCxSR_TEND (Results 1 – 2 of 2) sorted by relevance
159 # define SCxSR_TEND(port) SCI_TEND macro172 # define SCxSR_TEND(port) SCIF_TEND macro196 # define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro
582 while (!(status & SCxSR_TEND(port))); in sci_set_termios_cflag()1104 return (sci_in(port, SCFDR) >> 8) + ((sci_in(port, SCxSR) & SCxSR_TEND(port))? 0: 1); in sci_chars_in_buffer()1106 return (sci_in(port, SCxSR) & SCxSR_TEND(port))? 0: 1; in sci_chars_in_buffer()