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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsh-sci.h228 # define SCxSR_TDxE(port) SCI_TDRE macro
241 # define SCxSR_TDxE(port) SCIF_TDFE macro
266 # define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE) macro
H A Dsh-sci.c144 } while (!(status & SCxSR_TDxE(port)));
427 if (!(status & SCxSR_TDxE(port))) {

Completed in 19 milliseconds