Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dbfin_sport_uart.c326 if (SPORT_GET_STAT(up) & TXF) in sport_uart_tx_chars()
347 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) { in sport_uart_tx_chars()
631 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_putchar()
652 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()
666 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sport.h163 #define TXF 0x0008 /* TX FIFO Full Status */ macro