Searched refs:UART_LSR_BOTH_EMPTY (Results 1 – 3 of 3) sorted by relevance
24 #define UART_LSR_BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro28 return (lsr & UART_LSR_BOTH_EMPTY) == UART_LSR_BOTH_EMPTY; in uart_lsr_tx_empty()
37 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY); in prom_putchar_ar71xx()39 prom_putchar_wait(base + UART_LSR * 4, UART_LSR_BOTH_EMPTY); in prom_putchar_ar71xx()
1501 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY); in pch_uart_put_poll_char()1576 wait_for_xmitr(priv, UART_LSR_BOTH_EMPTY); in pch_console_write()