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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsh-sci.c179 sci_out(port, SCxSR, SCxSR_TDxE_CLEAR(port) & ~SCxSR_TEND(port));
906 return (status & SCxSR_TEND(port)) && !in_tx_fifo ? TIOCSER_TEMT : 0;
1469 } while (!(status & SCxSR_TEND(port)));
1727 bits = SCxSR_TDxE(port) | SCxSR_TEND(port);
H A Dsh-sci.h252 #define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND) macro

Completed in 57 milliseconds