Home
last modified time | relevance | path

Searched refs:BOTH_EMPTY (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/speakup/
Dserialio.h35 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
38 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
/drivers/tty/serial/8250/
D8250_early.c74 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
82 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
D8250_port.c55 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1506 if ((serial_port_in(port, UART_LSR) & BOTH_EMPTY) != in serial8250_tx_chars()
1507 BOTH_EMPTY) in serial8250_tx_chars()
1644 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty()
1793 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
1803 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
2888 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
/drivers/tty/serial/
Dpxa.c601 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
620 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dvr41xx_siu.c736 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
748 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
Dsunsu.c1260 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1279 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Domap-serial.c1166 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1182 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dpch_uart.c213 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1604 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()
1690 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()