Home
last modified time | relevance | path

Searched refs:TXHRE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dbfin_sport_uart.c350 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()
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dbfin_sport.h113 #define TXHRE 0x0040 /* TX Hold Register Empty */ macro
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-sport.c1071 while (!(status & TXHRE)) { in sport_send_and_recv()