Searched refs:BOTH_EMPTY (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/speakup/
H A Dserialio.h35 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
37 #define spk_serial_tx_busy() ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
/drivers/tty/serial/8250/
H A D8250_early.c70 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
78 if ((status & BOTH_EMPTY) == BOTH_EMPTY)
H A D8250_core.c86 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1523 if ((serial_port_in(port, UART_LSR) & BOTH_EMPTY) !=
1524 BOTH_EMPTY)
1883 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0;
2023 wait_for_xmitr(up, BOTH_EMPTY);
2033 wait_for_xmitr(up, BOTH_EMPTY);
3222 wait_for_xmitr(up, BOTH_EMPTY);
/drivers/tty/serial/
H A Dpxa.c598 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
617 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A Dvr41xx_siu.c736 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
748 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY)
H A Dsunsu.c1248 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1267 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A Domap-serial.c1179 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1195 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A Dpch_uart.c213 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1601 wait_for_xmitr(priv, BOTH_EMPTY);
1687 wait_for_xmitr(priv, BOTH_EMPTY);
H A Dmfd.c1071 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1088 } while (!(status & BOTH_EMPTY));

Completed in 441 milliseconds