Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c1470 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_lineout_enable()
1514 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_lineout_disable()
1718 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_enable()
1788 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_enable()
1795 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_enable()
2003 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_dac_disable()
2076 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_power_on()
2079 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON15, in rk3308_codec_power_on()
3964 .max_register = RK3308_DAC_ANA_CON15,
H A Drk3308_codec.h235 #define RK3308_DAC_ANA_CON15 (RK3308_DAC_ANA_OFFSET + ACODEC_DAC_ANA_LINEOUT_CTL1) macro