Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c1728 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_enable()
1738 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_enable()
1744 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_enable()
1851 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_enable()
1917 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_disable()
1965 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_disable()
2030 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON13, in rk3308_codec_dac_disable()
4417 for (i = RK3308_GLB_CON; i <= RK3308_DAC_ANA_CON13; i += 4) { in rk3308_codec_debugfs_reg_show()
H A Drk3308_codec.h233 #define RK3308_DAC_ANA_CON13 (RK3308_DAC_ANA_OFFSET + ACODEC_DAC_ANA_HPMIX_CTL1) macro