Searched refs:UART_LSR_BOTH_EMPTY (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dserial.h24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
28 return (lsr & UART_LSR_BOTH_EMPTY) == UART_LSR_BOTH_EMPTY;
/linux-master/arch/mips/ath79/
H A Dearly_printk.c37 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY);
39 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY);
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2153 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
2163 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
3404 wait_for_xmitr(up, UART_LSR_BOTH_EMPTY);
/linux-master/drivers/tty/serial/
H A Dpch_uart.c1502 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY);
1578 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY);

Completed in 131 milliseconds