Searched refs:hpf_gate_reg (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | lpass-tx-macro.c | 679 u16 dec_cfg_reg, hpf_gate_reg; in tx_macro_tx_hpf_corner_freq_callback() local 689 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback() 696 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback() 700 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback() 708 snd_soc_component_write_field(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback() 712 snd_soc_component_write_field(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback() 915 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg, tx_gain_ctl_reg; in tx_macro_enable_dec() local 925 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(decimator); in tx_macro_enable_dec() 956 snd_soc_component_update_bits(component, hpf_gate_reg, 0x01, 0x00); in tx_macro_enable_dec() 983 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_enable_dec() [all …]
|
D | lpass-va-macro.c | 740 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg; in va_macro_enable_dec() local 750 hpf_gate_reg = CDC_VA_TX0_TX_PATH_SEC2 + in va_macro_enable_dec() 769 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec() 782 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec() 792 hpf_gate_reg, in va_macro_enable_dec() 799 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec()
|
D | wcd934x.c | 4979 u16 tx_vol_ctl_reg, pwr_level_reg = 0, dec_cfg_reg, hpf_gate_reg; in wcd934x_codec_enable_dec() local 5012 hpf_gate_reg = WCD934X_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd934x_codec_enable_dec() 5055 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd934x_codec_enable_dec() 5063 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd934x_codec_enable_dec() 5080 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd934x_codec_enable_dec() 5088 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd934x_codec_enable_dec()
|
D | wcd9335.c | 2720 u16 tx_vol_ctl_reg, pwr_level_reg = 0, dec_cfg_reg, hpf_gate_reg; in wcd9335_codec_enable_dec() local 2753 hpf_gate_reg = WCD9335_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd9335_codec_enable_dec() 2801 snd_soc_component_update_bits(comp, hpf_gate_reg, 0x01, 0x00); in wcd9335_codec_enable_dec() 2814 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd9335_codec_enable_dec()
|