Searched refs:TXEMPTY (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm/include/debug/
H A Dasm9260.S26 tst \rd, #1 << 27 @ TXEMPTY
/linux-master/drivers/spi/
H A Dspi-atmel.c313 * - SPI_SR.TXEMPTY, SPI_SR.NSSR (and corresponding irqs)
355 (status & SPI_BIT(TXEMPTY)), 1, 1000);
1438 if (spi_readl(as, SR) & SPI_BIT(TXEMPTY))
1442 "timeout waiting for TXEMPTY");
/linux-master/drivers/tty/serial/
H A Darc_uart.c59 #define TXEMPTY 0x80 /* Transmit FIFO Empty, thus char can be written into */ macro
129 while (!(UART_GET_STATUS(port) & TXEMPTY))
143 if (stat & TXEMPTY)
170 while (!(UART_GET_STATUS(port) & TXEMPTY))
287 if ((status & TXIENB) && (status & TXEMPTY)) {
436 while (!(UART_GET_STATUS(port) & TXEMPTY))
509 while (!(UART_GET_STATUS(port) & TXEMPTY))
/linux-master/sound/drivers/
H A Dportman2x4.c158 #define TXEMPTY PP_STAT_SEL /* Tx Empty, channel 0. 1 0 0 */ macro
228 } while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY);
468 if ((parport_read_status(p) & TXEMPTY) == 0)

Completed in 219 milliseconds