Home
last modified time | relevance | path

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

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