Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c2610 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_reinit_mics()
2648 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_reinit_mics()
2714 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_enable()
2747 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_enable()
2759 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_enable()
2831 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_enable()
2935 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_disable()
2947 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_disable()
2993 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON00(grp), in rk3308_codec_adc_ana_disable()
H A Drk3308_codec.h208 #define RK3308_ADC_ANA_CON00(ch) (RK3308_ADC_ANA_OFFSET(ch) + ACODEC_ADC_ANA_MIC_CTL) macro