Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dserialio.h25 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
27 #define spk_serial_tx_busy() ((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
/linux-2.6.39/arch/microblaze/kernel/
Dearly_printk.c81 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) in early_printk_uart16550_putc() macro
86 !((in_be32(base_addr + 0x14) & BOTH_EMPTY) == BOTH_EMPTY)) in early_printk_uart16550_putc()
/linux-2.6.39/drivers/tty/serial/
D8250_early.c80 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
88 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
Dpxa.c603 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
622 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dvr41xx_siu.c738 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
750 if ((lsr & BOTH_EMPTY) == BOTH_EMPTY) in wait_for_xmitr()
D8250.c88 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1839 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()
Domap-serial.c872 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
888 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dsunsu.c1247 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1266 } while ((status & BOTH_EMPTY) != BOTH_EMPTY); in wait_for_xmitr()
Dmfd.c1067 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
1084 } while (!(status & BOTH_EMPTY)); in wait_for_xmitr()
/linux-2.6.39/arch/x86/platform/mrst/
Dearly_printk_mrst.c283 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) macro
292 if (status & BOTH_EMPTY) in early_hsu_putc()