Searched refs:XTFPGA_I2S_INT_STATUS (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 25 #define XTFPGA_I2S_INT_STATUS 0x0c macro 109 return reg == XTFPGA_I2S_INT_STATUS; in xtfpga_i2s_volatile_reg() 184 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 190 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 193 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 234 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, &int_status); in xtfpga_i2s_threaded_irq_handler() 573 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, XTFPGA_I2S_INT_VALID); in xtfpga_i2s_probe() 622 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_i2s_remove()
|