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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dimx.c164 #define UTS_TXFULL (1<<4) /* TxFIFO full */ macro
330 while (!(readl(sport->port.membase + UTS) & UTS_TXFULL)) {
1047 while (readl(sport->port.membase + UTS) & UTS_TXFULL)

Completed in 26 milliseconds