Searched refs:XTFPGA_I2S_INT_MASK (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 24 #define XTFPGA_I2S_INT_MASK 0x08 macro 208 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, in xtfpga_pcm_refill_fifo() 211 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, in xtfpga_pcm_refill_fifo() 233 regmap_read(i2s->regmap, XTFPGA_I2S_INT_MASK, &int_mask); in xtfpga_i2s_threaded_irq_handler() 574 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, XTFPGA_I2S_INT_UNDERRUN); in xtfpga_i2s_probe() 621 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, 0); in xtfpga_i2s_remove()
|