Searched refs:tx_fifo_level (Results 1 – 2 of 2) sorted by relevance
85 unsigned tx_fifo_level; member137 for (; i2s->tx_fifo_level < i2s->tx_fifo_high; \138 i2s->tx_fifo_level += 2) { \201 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_pcm_refill_fifo()241 i2s->tx_fifo_level = 0; in xtfpga_i2s_threaded_irq_handler()248 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_i2s_threaded_irq_handler()
209 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function227 return spi->tx_fifo_size - tx_fifo_level(spi); in tx_fifo_free()639 else if (!tx_fifo_level(spi)) in lantiq_ssc_xmit_interrupt()
Completed in 6 milliseconds