Home
last modified time | relevance | path

Searched refs:DAC_VDL_MASK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3328_codec.h48 #define DAC_VDL_MASK GENMASK(6, 5) macro
H A Drk3228_codec.h58 #define DAC_VDL_MASK (3 << 5) macro
H A Drk3328_codec.c289 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL2, DAC_VDL_MASK, val); in rk3328_hw_params()
H A Drk3228_codec.c302 regmap_update_bits(rk3228->regmap, DAC_INIT_CTRL2, DAC_VDL_MASK, val); in rk3228_hw_params()