Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt5659.c586 case RT5659_MONO_AMP_CALIB_CTRL_1: in rt5659_volatile_register()
930 case RT5659_MONO_AMP_CALIB_CTRL_1: in rt5659_readable_register()
2382 snd_soc_component_write(component, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e00); in rt5659_mono_event()
2386 snd_soc_component_write(component, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e04); in rt5659_mono_event()
3997 regmap_write(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e00); in rt5659_calibrate()
3998 regmap_update_bits(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, in rt5659_calibrate()
4003 regmap_read(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, in rt5659_calibrate()
4032 regmap_write(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e04); in rt5659_calibrate()
H A Drt5659.h335 #define RT5659_MONO_AMP_CALIB_CTRL_1 0x01f6 macro