Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Drt5663.c855 case RT5663_DEPOP_1: in rt5663_readable_register()
1778 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x3000, 0); in rt5663_impedance_sensing()
1800 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x0003, 0); in rt5663_impedance_sensing()
1801 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x0030, 0); in rt5663_impedance_sensing()
2347 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x3000, in rt5663_hp_event()
2386 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x0030, in rt5663_charge_pump_event()
2388 snd_soc_component_update_bits(component, RT5663_DEPOP_1, 0x0003, in rt5663_charge_pump_event()
3392 regmap_write(rt5663->regmap, RT5663_DEPOP_1, 0x0038); in rt5663_calibrate()
3393 regmap_write(rt5663->regmap, RT5663_DEPOP_1, 0x003b); in rt5663_calibrate()
3462 regmap_write(rt5663->regmap, RT5663_DEPOP_1, 0x000b); in rt5663_calibrate()
[all …]
H A Drt5663.h724 #define RT5663_DEPOP_1 0x008e macro