Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/xtensa/
Dxtfpga-i2s.c42 #define XTFPGA_I2S_INT_UNDERRUN 0x1 macro
210 else if (!(int_status & XTFPGA_I2S_INT_UNDERRUN)) in xtfpga_pcm_refill_fifo()
212 XTFPGA_I2S_INT_UNDERRUN); in xtfpga_pcm_refill_fifo()
214 if (!(int_status & XTFPGA_I2S_INT_UNDERRUN)) in xtfpga_pcm_refill_fifo()
243 if (int_status & XTFPGA_I2S_INT_UNDERRUN) { in xtfpga_i2s_threaded_irq_handler()
259 if (int_status & XTFPGA_I2S_INT_UNDERRUN) in xtfpga_i2s_threaded_irq_handler()
574 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, XTFPGA_I2S_INT_UNDERRUN); in xtfpga_i2s_probe()