Searched refs:TXEMPTY (Results 1 – 5 of 5) sorted by relevance
59 #define TXEMPTY 0x80 /* Transmit FIFO Empty, thus char can be written into */ macro129 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_stop_tx()143 if (stat & TXEMPTY) in arc_serial_tx_empty()171 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_tx_chars()293 if ((status & TXIENB) && (status & TXEMPTY)) { in arc_serial_isr()442 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()515 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
159 #define TXEMPTY PP_STAT_SEL /* Tx Empty, channel 0. 1 0 0 */ macro239 } while ((portman_read_status(pm) & TXEMPTY) != TXEMPTY); in portman_write_midi()479 if ((parport_read_status(p) & TXEMPTY) == 0) in portman_probe()
26 tst \rd, #1 << 27 @ TXEMPTY
52 if (!(readl(&usart->csr) & USART3_BIT(TXEMPTY))) in atmel_serial_init_internal()212 return csr & USART3_BIT(TXEMPTY) ? 0 : 1; in atmel_serial_pending()
1374 if (spi_readl(as, SR) & SPI_BIT(TXEMPTY)) in atmel_spi_one_transfer()