Searched refs:XTFPGA_I2S_INT_STATUS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 22 #define XTFPGA_I2S_INT_STATUS 0x0c macro 106 return reg == XTFPGA_I2S_INT_STATUS; in xtfpga_i2s_volatile_reg() 181 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 187 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 190 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_pcm_refill_fifo() 231 regmap_read(i2s->regmap, XTFPGA_I2S_INT_STATUS, &int_status); in xtfpga_i2s_threaded_irq_handler() 567 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, XTFPGA_I2S_INT_VALID); in xtfpga_i2s_probe() 615 regmap_write(i2s->regmap, XTFPGA_I2S_INT_STATUS, in xtfpga_i2s_remove()
|