Home
last modified time | relevance | path

Searched refs:BOTH_EMPTY (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/mips/ath79/
Dearly_printk.c34 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
40 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx()
42 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx()
/linux-4.4.14/drivers/staging/speakup/
Dserialio.h35 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
38 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
/linux-4.4.14/arch/microblaze/kernel/
Dearly_printk.c80 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) in early_printk_uart16550_putc() macro
85 !((in_be32(base_addr + 0x14) & BOTH_EMPTY) == BOTH_EMPTY)) in early_printk_uart16550_putc()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_early.c74 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
82 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
D8250_port.c55 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1499 if ((serial_port_in(port, UART_LSR) & BOTH_EMPTY) != in serial8250_tx_chars()
1500 BOTH_EMPTY) in serial8250_tx_chars()
1637 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty()
1786 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
1796 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
2875 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
/linux-4.4.14/drivers/tty/serial/
Dvr41xx_siu.c736 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
748 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
Dpxa.c601 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
620 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dsunsu.c1260 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1279 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Domap-serial.c1166 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1182 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dpch_uart.c213 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1601 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()
1687 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()