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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h163 #define TXF 0x0008 /* TX FIFO Full Status */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_sport_uart.c321 if (SPORT_GET_STAT(up) & TXF)
342 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) {
626 while (SPORT_GET_STAT(up) & TXF)
647 while (SPORT_GET_STAT(up) & TXF)
661 while (SPORT_GET_STAT(up) & TXF)

Completed in 104 milliseconds