BOTH_EMPTY         38 arch/mips/ath79/early_printk.c 	prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY);
BOTH_EMPTY         40 arch/mips/ath79/early_printk.c 	prom_putchar_wait(base + UART_LSR * 4, BOTH_EMPTY, BOTH_EMPTY);
BOTH_EMPTY         39 drivers/staging/speakup/serialio.h 	((inb(speakup_info.port_tts + UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
BOTH_EMPTY         97 drivers/tty/serial/8250/8250_early.c 		if ((status & BOTH_EMPTY) == BOTH_EMPTY)
BOTH_EMPTY       1478 drivers/tty/serial/8250/8250_port.c 		if ((lsr & BOTH_EMPTY) != BOTH_EMPTY)
BOTH_EMPTY       1752 drivers/tty/serial/8250/8250_port.c 		    (serial_in(up, UART_LSR) & BOTH_EMPTY) != BOTH_EMPTY)
BOTH_EMPTY       1895 drivers/tty/serial/8250/8250_port.c 	return (lsr & BOTH_EMPTY) == BOTH_EMPTY ? TIOCSER_TEMT : 0;
BOTH_EMPTY       2038 drivers/tty/serial/8250/8250_port.c 	wait_for_xmitr(up, BOTH_EMPTY);
BOTH_EMPTY       2048 drivers/tty/serial/8250/8250_port.c 	wait_for_xmitr(up, BOTH_EMPTY);
BOTH_EMPTY       3184 drivers/tty/serial/8250/8250_port.c 	wait_for_xmitr(up, BOTH_EMPTY);
BOTH_EMPTY       1178 drivers/tty/serial/omap-serial.c 	} while ((status & BOTH_EMPTY) != BOTH_EMPTY);
BOTH_EMPTY       1253 drivers/tty/serial/omap-serial.c 		if ((status & BOTH_EMPTY) == BOTH_EMPTY)
BOTH_EMPTY       1583 drivers/tty/serial/pch_uart.c 	wait_for_xmitr(priv, BOTH_EMPTY);
BOTH_EMPTY       1669 drivers/tty/serial/pch_uart.c 	wait_for_xmitr(priv, BOTH_EMPTY);
BOTH_EMPTY        615 drivers/tty/serial/pxa.c 	} while ((status & BOTH_EMPTY) != BOTH_EMPTY);
BOTH_EMPTY       1280 drivers/tty/serial/sunsu.c 	} while ((status & BOTH_EMPTY) != BOTH_EMPTY);
BOTH_EMPTY        735 drivers/tty/serial/vr41xx_siu.c 		if ((lsr & BOTH_EMPTY) == BOTH_EMPTY)