Searched refs:tx_fifo_level (Results 1 – 2 of 2) sorted by relevance
88 unsigned tx_fifo_level; member140 for (; i2s->tx_fifo_level < i2s->tx_fifo_high; \141 i2s->tx_fifo_level += 2) { \204 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_pcm_refill_fifo()244 i2s->tx_fifo_level = 0; in xtfpga_i2s_threaded_irq_handler()251 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_i2s_threaded_irq_handler()
213 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function229 return spi->tx_fifo_size - tx_fifo_level(spi); in tx_fifo_free()626 else if (!tx_fifo_level(spi)) in lantiq_ssc_xmit_interrupt()