Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/xtensa/
A Dxtfpga-i2s.c85 unsigned tx_fifo_level; member
137 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()
/linux-6.3-rc2/drivers/spi/
A Dspi-lantiq-ssc.c209 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level() function
227 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