Searched refs:SPORT_GET_STAT (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 Dbfin_sport_uart.c152 while (SPORT_GET_STAT(up) & RXNE) {
181 unsigned int stat = SPORT_GET_STAT(up);
321 if (SPORT_GET_STAT(up) & TXF)
337 if (SPORT_GET_STAT(up) & TXHRE)
342 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) {
359 stat = SPORT_GET_STAT(up);
382 while (!(SPORT_GET_STAT(up) & TXHRE))
554 while (!(SPORT_GET_STAT(up) & TXHRE))
626 while (SPORT_GET_STAT(up) & TXF)
647 while (SPORT_GET_STAT(u
[all...]
H A Dbfin_sport_uart.h59 #define SPORT_GET_STAT(sport) bfin_read16(((sport)->port.membase + OFFSET_STAT)) macro

Completed in 103 milliseconds