Searched refs:BOTH_EMPTY (Results 1 – 8 of 8) sorted by relevance
36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro39 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro97 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in serial_putc()
56 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1478 if ((lsr & BOTH_EMPTY) != BOTH_EMPTY) in __stop_tx()1752 (serial_in(up, UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY) in serial8250_tx_chars()1895 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty()2038 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()2048 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()3180 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
723 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro735 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
596 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro615 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
1162 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1178 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()1253 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in omap_serial_early_putc()
1261 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1280 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
195 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1583 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()1669 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()