Searched refs:XTFPGA_I2S_CONFIG (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/sound/soc/xtensa/ |
A D | xtfpga-i2s.c | 20 #define XTFPGA_I2S_CONFIG 0x04 macro 96 return reg >= XTFPGA_I2S_CONFIG; in xtfpga_i2s_wr_reg() 212 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_pcm_refill_fifo() 218 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_pcm_refill_fifo() 229 regmap_read(i2s->regmap, XTFPGA_I2S_CONFIG, &config); in xtfpga_i2s_threaded_irq_handler() 242 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_i2s_threaded_irq_handler() 291 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_i2s_hw_params() 309 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_i2s_hw_params() 324 regmap_update_bits(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_i2s_hw_params() 565 regmap_write(i2s->regmap, XTFPGA_I2S_CONFIG, in xtfpga_i2s_probe() [all …]
|
Completed in 4 milliseconds