Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsh-sci.h159 # define SCxSR_TEND(port) SCI_TEND macro
172 # define SCxSR_TEND(port) SCIF_TEND macro
196 # define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro
Dsh-sci.c582 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()