Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Drt5659.c587 case RT5659_MONO_AMP_CALIB_CTRL_1: in rt5659_volatile_register()
931 case RT5659_MONO_AMP_CALIB_CTRL_1: in rt5659_readable_register()
2383 snd_soc_component_write(component, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e00); in rt5659_mono_event()
2387 snd_soc_component_write(component, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e04); in rt5659_mono_event()
3998 regmap_write(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e00); in rt5659_calibrate()
3999 regmap_update_bits(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, in rt5659_calibrate()
4004 regmap_read(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, in rt5659_calibrate()
4033 regmap_write(rt5659->regmap, RT5659_MONO_AMP_CALIB_CTRL_1, 0x1e04); in rt5659_calibrate()
Drt5659.h335 #define RT5659_MONO_AMP_CALIB_CTRL_1 0x01f6 macro