Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c2586 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_reinit_mics()
2624 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_reinit_mics()
2783 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_enable()
2795 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_enable()
2807 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_enable()
2899 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_disable()
2911 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_disable()
2969 regmap_update_bits(rk3308->regmap, RK3308_ADC_ANA_CON05(grp), in rk3308_codec_adc_ana_disable()
H A Drk3308_codec.h213 #define RK3308_ADC_ANA_CON05(ch) (RK3308_ADC_ANA_OFFSET(ch) + ACODEC_ADC_ANA_CTL0) macro