Searched refs:tx_vol_ctl_reg (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | msm8916-wcd-digital.c | 605 u16 dec_reset_reg, tx_vol_ctl_reg, tx_mux_ctl_reg; in msm8916_wcd_digital_enable_dec() local 609 tx_vol_ctl_reg = LPASS_CDC_TX1_VOL_CTL_CFG + 32 * (decimator - 1); in msm8916_wcd_digital_enable_dec() 615 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in msm8916_wcd_digital_enable_dec() 636 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in msm8916_wcd_digital_enable_dec() 640 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in msm8916_wcd_digital_enable_dec() 654 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in msm8916_wcd_digital_enable_dec()
|
H A D | lpass-va-macro.c | 740 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg; in va_macro_enable_dec() local 748 tx_vol_ctl_reg = CDC_VA_TX0_TX_PATH_CTL + in va_macro_enable_dec() 766 snd_soc_component_update_bits(comp, tx_vol_ctl_reg, in va_macro_enable_dec() 812 snd_soc_component_update_bits(comp, tx_vol_ctl_reg, in va_macro_enable_dec() 923 u16 tx_vol_ctl_reg, decimator; in va_macro_digital_mute() local 927 tx_vol_ctl_reg = CDC_VA_TX0_TX_PATH_CTL + in va_macro_digital_mute() 930 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in va_macro_digital_mute() 934 snd_soc_component_update_bits(component, tx_vol_ctl_reg, in va_macro_digital_mute()
|
H A D | lpass-tx-macro.c | 915 u16 tx_vol_ctl_reg, dec_cfg_reg, hpf_gate_reg, tx_gain_ctl_reg; in tx_macro_enable_dec() local 924 tx_vol_ctl_reg = CDC_TXn_TX_PATH_CTL(decimator); in tx_macro_enable_dec() 949 snd_soc_component_write_field(component, tx_vol_ctl_reg, in tx_macro_enable_dec() 953 snd_soc_component_write_field(component, tx_vol_ctl_reg, in tx_macro_enable_dec() 1015 snd_soc_component_write_field(component, tx_vol_ctl_reg, in tx_macro_enable_dec() 1051 snd_soc_component_write_field(component, tx_vol_ctl_reg, in tx_macro_enable_dec() 1055 snd_soc_component_write_field(component, tx_vol_ctl_reg, in tx_macro_enable_dec()
|
H A 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 5011 tx_vol_ctl_reg = WCD934X_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd934x_codec_enable_dec() 5094 snd_soc_component_update_bits(comp, tx_vol_ctl_reg, in wcd934x_codec_enable_dec()
|