Home
last modified time | relevance | path

Searched refs:UART_LSR_BOTH_EMPTY (Results 1 – 2 of 2) sorted by relevance

/linux/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; in uart_lsr_tx_empty()
/linux/arch/mips/ath79/
H A Dearly_printk.c37 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()