Searched refs:BOTH_EMPTY (Results 1 – 8 of 8) sorted by relevance
35 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro38 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
74 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro82 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
55 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1506 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()
601 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro620 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
736 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro748 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
1260 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1279 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
1166 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1182 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
213 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1604 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()1690 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()