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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_early.c63 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
71 if ((status & BOTH_EMPTY) == BOTH_EMPTY)
H A Dpxa.c564 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
583 } 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.c1227 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1246 } while ((status & BOTH_EMPTY) != BOTH_EMPTY);
H A D8250.c1685 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
2462 wait_for_xmitr(up, BOTH_EMPTY);

Completed in 77 milliseconds