Searched refs:UART_LSR_BOTH_EMPTY (Results 1 – 2 of 2) 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()