Home
last modified time | relevance | path

Searched refs:ACODEC_ADC_HPF_PGA_CTL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drv1106_codec.c519 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_agc_put()
529 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_agc_put()
542 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_agc_put()
552 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_agc_put()
763 regmap_read(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, &value); in rv1106_codec_hpf_get()
783 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_hpf_put()
788 regmap_update_bits(rv1106->regmap, ACODEC_ADC_HPF_PGA_CTL, in rv1106_codec_hpf_put()
H A Drv1106_codec.h24 #define ACODEC_ADC_HPF_PGA_CTL 0x28 /* REG 0x0a */ macro