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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_early.c80 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
88 if ((status & BOTH_EMPTY) == BOTH_EMPTY)
H A Dpxa.c575 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
594 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A Dvr41xx_siu.c738 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
750 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY)
H A D8250.c79 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1792 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0;
1915 wait_for_xmitr(up, BOTH_EMPTY);
1922 wait_for_xmitr(up, BOTH_EMPTY);
1930 wait_for_xmitr(up, BOTH_EMPTY);
2788 wait_for_xmitr(up, BOTH_EMPTY);
H A Dsunsu.c1229 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1248 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A Dmfd.c1073 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1090 } while (!(status & BOTH_EMPTY));

Completed in 91 milliseconds