Searched refs:RT5659_HP_CALIB_CTRL_1 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | rt5659.c | 576 case RT5659_HP_CALIB_CTRL_1: in rt5659_volatile_register() 912 case RT5659_HP_CALIB_CTRL_1: in rt5659_readable_register() 3886 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x5100); in rt5659_calibrate() 3888 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0xd100); in rt5659_calibrate() 3893 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x4900); in rt5659_calibrate() 3895 regmap_update_bits(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, in rt5659_calibrate() 3900 regmap_read(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, &value); in rt5659_calibrate() 3918 regmap_write(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, 0x4500); in rt5659_calibrate() 3920 regmap_update_bits(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, in rt5659_calibrate() 3925 regmap_read(rt5659->regmap, RT5659_HP_CALIB_CTRL_1, &value); in rt5659_calibrate()
|
D | rt5659.h | 316 #define RT5659_HP_CALIB_CTRL_1 0x01de macro
|