Searched refs:TXF (Results 1 – 2 of 2) sorted by relevance
326 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()
163 #define TXF 0x0008 /* TX FIFO Full Status */ macro