Home
last modified time | relevance | path

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

/linux/sound/soc/xtensa/
H A Dxtfpga-i2s.c88 unsigned tx_fifo_low; member
198 * means FIFO level is below tx_fifo_low. Estimate in xtfpga_pcm_refill_fifo()
199 * it as tx_fifo_low. in xtfpga_pcm_refill_fifo()
201 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_pcm_refill_fifo()
245 /* The FIFO isn't empty, but is below tx_fifo_low. Estimate in xtfpga_i2s_threaded_irq_handler()
246 * it as tx_fifo_low. in xtfpga_i2s_threaded_irq_handler()
248 i2s->tx_fifo_level = i2s->tx_fifo_low; in xtfpga_i2s_threaded_irq_handler()
313 i2s->tx_fifo_low = XTFPGA_I2S_FIFO_SIZE / 2; in xtfpga_i2s_hw_params()
317 i2s->tx_fifo_low / 2 >= period_size * 2 && in xtfpga_i2s_hw_params()
320 i2s->tx_fifo_low / in xtfpga_i2s_hw_params()
[all...]