Searched refs:BOTH_EMPTY (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/mips/ath79/ |
D | early_printk.c | 35 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 41 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx() 43 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx()
|
/Linux-v4.19/drivers/staging/speakup/ |
D | serialio.h | 39 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 42 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_early.c | 87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 97 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in serial_putc()
|
D | 8250_port.c | 63 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 1524 if ((lsr & BOTH_EMPTY) != BOTH_EMPTY) in __stop_tx() 1797 (serial_in(up, UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY) in serial8250_tx_chars() 1940 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty() 2097 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char() 2107 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char() 3271 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
|
/Linux-v4.19/drivers/tty/serial/ |
D | pxa.c | 596 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 615 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
|
D | vr41xx_siu.c | 723 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 735 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
|
D | omap-serial.c | 1162 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 1178 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr() 1253 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in omap_serial_early_putc()
|
D | sunsu.c | 1261 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 1280 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
|
D | pch_uart.c | 197 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro 1585 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char() 1671 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()
|