Searched refs:TXHRE (Results 1 – 3 of 3) sorted by relevance
342 if (SPORT_GET_STAT(up) & TXHRE) in sport_uart_tx_chars()366 if (stat & TXHRE) { in sport_tx_empty()387 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_stop_tx()559 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_set_termios()669 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_uart_console_write()
166 #define TXHRE 0x0040 /* TX Hold Register Empty */ macro
983 while (!(status & TXHRE)) { in sport_send_and_recv()