Searched refs:TXF (Results 1 – 2 of 2) sorted by relevance
334 if (SPORT_GET_STAT(up) & TXF) in sport_uart_tx_chars()355 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) { in sport_uart_tx_chars()643 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_putchar()664 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()678 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()
110 #define TXF 0x0008 /* TX FIFO Full Status */ macro