Searched refs:SCxSR_TDxE (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.c176 } while (!(status & SCxSR_TDxE(port)));
413 if (!(status & SCxSR_TDxE(port))) {
790 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCI_CTRL_FLAGS_TIE) &&
1727 bits = SCxSR_TDxE(port) | SCxSR_TEND(port);
H A Dsh-sci.h255 #define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro

Completed in 101 milliseconds