Searched refs:TXHRE (Results 1 – 3 of 3) sorted by relevance
350 if (SPORT_GET_STAT(up) & TXHRE) in sport_uart_tx_chars()374 if (stat & TXHRE) { in sport_tx_empty()395 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_stop_tx()572 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_set_termios()681 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_uart_console_write()
113 #define TXHRE 0x0040 /* TX Hold Register Empty */ macro
1071 while (!(status & TXHRE)) { in sport_send_and_recv()