Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c2598 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_reinit_mics()
2636 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_reinit_mics()
2771 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_enable()
2819 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_enable()
2852 RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_enable()
2861 RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_enable()
2887 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_disable()
2923 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_disable()
2981 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON02(grp), in rk3308_codec_adc_ana_disable()
H A Drk3308_codec.h210 #define RK3308_ADC_ANA_CON02(ch) (RK3308_ADC_ANA_OFFSET(ch) + ACODEC_ADC_ANA_ALC_CTL) macro