Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/ath79/
Dearly_printk.c32 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
38 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx()
40 prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY); in prom_putchar_ar71xx()
/Linux-v5.10/drivers/accessibility/speakup/
Dserialio.h36 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
39 ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
/Linux-v5.10/drivers/tty/serial/8250/
D8250_early.c87 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
97 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in serial_putc()
D8250_port.c53 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1534 if ((lsr & BOTH_EMPTY) != BOTH_EMPTY) in __stop_tx()
1823 (serial_in(up, UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY) in serial8250_tx_chars()
1980 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty()
2130 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
2140 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()
3322 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
/Linux-v5.10/drivers/tty/serial/
Dpxa.c592 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
611 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dvr41xx_siu.c719 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
731 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
Domap-serial.c1156 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1172 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
1247 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in omap_serial_early_putc()
Dsunsu.c1257 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1276 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dpch_uart.c192 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1576 wait_for_xmitr(priv, BOTH_EMPTY); in pch_uart_put_poll_char()
1662 wait_for_xmitr(priv, BOTH_EMPTY); in pch_console_write()