TXEMPTY          1338 drivers/spi/spi-atmel.c 				if (spi_readl(as, SR) & SPI_BIT(TXEMPTY))
TXEMPTY           133 drivers/tty/serial/arc_uart.c 	while (!(UART_GET_STATUS(port) & TXEMPTY))
TXEMPTY           147 drivers/tty/serial/arc_uart.c 	if (stat & TXEMPTY)
TXEMPTY           175 drivers/tty/serial/arc_uart.c 		while (!(UART_GET_STATUS(port) & TXEMPTY))
TXEMPTY           297 drivers/tty/serial/arc_uart.c 	if ((status & TXIENB) && (status & TXEMPTY)) {
TXEMPTY           446 drivers/tty/serial/arc_uart.c 	while (!(UART_GET_STATUS(port) & TXEMPTY))
TXEMPTY           519 drivers/tty/serial/arc_uart.c 	while (!(UART_GET_STATUS(port) & TXEMPTY))
TXEMPTY           239 sound/drivers/portman2x4.c 	} while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY);
TXEMPTY           479 sound/drivers/portman2x4.c 	if ((parport_read_status(p) & TXEMPTY) == 0)