Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5659.c579 case RT5659_HP_CALIB_CTRL_1: in rt5659_volatile_register()
915 case RT5659_HP_CALIB_CTRL_1: in rt5659_readable_register()
3905 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x5100); in rt5659_calibrate()
3907 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0xd100); in rt5659_calibrate()
3912 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x4900); in rt5659_calibrate()
3914 regmap_update_bits(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, in rt5659_calibrate()
3919 regmap_read(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, &value); in rt5659_calibrate()
3937 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x4500); in rt5659_calibrate()
3939 regmap_update_bits(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, in rt5659_calibrate()
3944 regmap_read(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, &value); in rt5659_calibrate()
Drt5659.h319 #define RT5659_HP_CALIB_CTRL_1 0x01de macro