Home
last modified time | relevance | path

Searched refs:tx_fifo_level (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/xtensa/
Dxtfpga-i2s.c88 unsigned tx_fifo_level; member
140 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()
/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c213 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function
229 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()