Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3308_codec.c1806 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_enable()
1815 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_enable()
1824 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_enable()
1833 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_enable()
1937 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_disable()
1972 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_disable()
1979 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_disable()
1986 regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON02, in rk3308_codec_dac_disable()
H A Drk3308_codec.h225 #define RK3308_DAC_ANA_CON02 (RK3308_DAC_ANA_OFFSET + ACODEC_DAC_ANA_CTL1) macro