Searched refs:XTFPGA_I2S_INT_MASK (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 21 #define XTFPGA_I2S_INT_MASK 0x08 macro 205 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, in xtfpga_pcm_refill_fifo() 208 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, in xtfpga_pcm_refill_fifo() 230 regmap_read(i2s->regmap, XTFPGA_I2S_INT_MASK, &int_mask); in xtfpga_i2s_threaded_irq_handler() 568 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, XTFPGA_I2S_INT_UNDERRUN); in xtfpga_i2s_probe() 614 regmap_write(i2s->regmap, XTFPGA_I2S_INT_MASK, 0); in xtfpga_i2s_remove()
|