Home
last modified time | relevance | path

Searched refs:TXEMPTY (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/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)) in arc_serial_stop_tx()
143 if (stat & TXEMPTY) in arc_serial_tx_empty()
170 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_tx_chars()
287 if ((status & TXIENB) && (status & TXEMPTY)) { in arc_serial_isr()
436 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()
509 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c65 FIELD(STATUS, TXEMPTY, 28, 1)
99 FIELD(EVENT_ENABLE, TXEMPTY, 1, 1)
126 data = FIELD_DP32(data, STATUS, TXEMPTY, 1); in ibex_spi_txfifo_reset()
221 } else if (FIELD_EX32(event_en_reg, EVENT_ENABLE, TXEMPTY) && in ibex_spi_host_irq()
222 FIELD_EX32(status_reg, STATUS, TXEMPTY)) { in ibex_spi_host_irq()
486 status = FIELD_DP32(status, STATUS, TXEMPTY, 0); in ibex_spi_host_write()
/openbmc/linux/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); in portman_write_midi()
468 if ((parport_read_status(p) & TXEMPTY) == 0) in portman_probe()
/openbmc/linux/arch/arm/include/debug/
H A Dasm9260.S26 tst \rd, #1 << 27 @ TXEMPTY
/openbmc/u-boot/drivers/serial/
H A Datmel_usart.c51 if (!(readl(&usart->csr) & USART3_BIT(TXEMPTY))) in atmel_serial_init_internal()
211 return csr & USART3_BIT(TXEMPTY) ? 0 : 1; in atmel_serial_pending()
/openbmc/qemu/hw/char/
H A Dibex_uart.c60 FIELD(STATUS, TXEMPTY, 2, 1)
/openbmc/linux/drivers/spi/
H A Dspi-atmel.c358 (status & SPI_BIT(TXEMPTY)), 1, 1000); in atmel_spi_send_dummy()
1444 if (spi_readl(as, SR) & SPI_BIT(TXEMPTY)) in atmel_spi_one_transfer()