Home
last modified time | relevance | path

Searched refs:hpf_gate_reg (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dlpass-tx-macro.c678 u16 dec_cfg_reg, hpf_gate_reg; in tx_macro_tx_hpf_corner_freq_callback() local
688 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator); in tx_macro_tx_hpf_corner_freq_callback()
695 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback()
699 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback()
707 snd_soc_component_write_field(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback()
711 snd_soc_component_write_field(component, hpf_gate_reg, in tx_macro_tx_hpf_corner_freq_callback()
914 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg, tx_gain_ctl_reg; in tx_macro_enable_dec() local
924 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(decimator); in tx_macro_enable_dec()
955 snd_soc_component_update_bits(component, hpf_gate_reg, 0x01, 0x00); in tx_macro_enable_dec()
982 snd_soc_component_update_bits(component, hpf_gate_reg, in tx_macro_enable_dec()
[all...]
H A Dlpass-va-macro.c744 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg; in va_macro_enable_dec() local
754 hpf_gate_reg = CDC_VA_TX0_TX_PATH_SEC2 + in va_macro_enable_dec()
773 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec()
786 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec()
796 hpf_gate_reg, in va_macro_enable_dec()
803 snd_soc_component_update_bits(comp, hpf_gate_reg, in va_macro_enable_dec()
H A Dwcd9335.c2728 u16 tx_vol_ctl_reg, pwr_level_reg = 0, dec_cfg_reg, hpf_gate_reg; in wcd9335_codec_enable_dec()
2761 hpf_gate_reg = WCD9335_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd9335_codec_enable_dec()
2809 snd_soc_component_update_bits(comp, hpf_gate_reg, 0x01, 0x00); in wcd9335_codec_enable_dec()
2822 snd_soc_component_update_bits(comp, hpf_gate_reg, in wcd9335_codec_enable_dec()
2724 u16 tx_vol_ctl_reg, pwr_level_reg = 0, dec_cfg_reg, hpf_gate_reg; wcd9335_codec_enable_dec() local