Searched refs:BOTH_EMPTY (Results 1 – 10 of 10) sorted by relevance
25 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro27 #define spk_serial_tx_busy() ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
81 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) in early_printk_uart16550_putc() macro86 !((in_be32(base_addr + 0x14) & BOTH_EMPTY) == BOTH_EMPTY)) in early_printk_uart16550_putc()
80 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro88 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
603 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro622 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
738 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro750 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
88 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1839 return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0; in serial8250_tx_empty()1969 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()1976 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()1984 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_put_poll_char()2884 wait_for_xmitr(up, BOTH_EMPTY); in serial8250_console_write()
872 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro888 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
1247 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1266 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
1067 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro1084 } while (!(status & BOTH_EMPTY)); in wait_for_xmitr()
283 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro292 if (status & BOTH_EMPTY) in early_hsu_putc()