Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/xtensa/
H A Dxtfpga-i2s.c39 #define XTFPGA_I2S_INT_UNDERRUN 0x1 macro
207 else if (!(int_status & XTFPGA_I2S_INT_UNDERRUN)) in xtfpga_pcm_refill_fifo()
209 XTFPGA_I2S_INT_UNDERRUN); in xtfpga_pcm_refill_fifo()
211 if (!(int_status & XTFPGA_I2S_INT_UNDERRUN)) in xtfpga_pcm_refill_fifo()
240 if (int_status & XTFPGA_I2S_INT_UNDERRUN) { in xtfpga_i2s_threaded_irq_handler()
256 if (int_status & XTFPGA_I2S_INT_UNDERRUN) in xtfpga_i2s_threaded_irq_handler()
568 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, XTFPGA_I2S_INT_UNDERRUN); in xtfpga_i2s_probe()