Lines Matching refs:gain_reg

3034 	u16 gain_reg;  in wcd9335_codec_enable_mix_path()  local
3040 gain_reg = WCD9335_CDC_RX0_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3043 gain_reg = WCD9335_CDC_RX1_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3046 gain_reg = WCD9335_CDC_RX2_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3049 gain_reg = WCD9335_CDC_RX3_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3052 gain_reg = WCD9335_CDC_RX4_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3055 gain_reg = WCD9335_CDC_RX5_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3058 gain_reg = WCD9335_CDC_RX6_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3061 gain_reg = WCD9335_CDC_RX7_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3064 gain_reg = WCD9335_CDC_RX8_RX_VOL_MIX_CTL; in wcd9335_codec_enable_mix_path()
3074 val = snd_soc_component_read(comp, gain_reg); in wcd9335_codec_enable_mix_path()
3076 snd_soc_component_write(comp, gain_reg, val); in wcd9335_codec_enable_mix_path()
3293 u16 gain_reg; in wcd9335_codec_enable_interpolator() local
3300 gain_reg = WCD9335_CDC_RX0_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3303 gain_reg = WCD9335_CDC_RX1_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3306 gain_reg = WCD9335_CDC_RX2_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3309 gain_reg = WCD9335_CDC_RX3_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3312 gain_reg = WCD9335_CDC_RX4_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3315 gain_reg = WCD9335_CDC_RX5_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3318 gain_reg = WCD9335_CDC_RX6_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3321 gain_reg = WCD9335_CDC_RX7_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3324 gain_reg = WCD9335_CDC_RX8_RX_VOL_CTL; in wcd9335_codec_enable_interpolator()
3338 val = snd_soc_component_read(comp, gain_reg); in wcd9335_codec_enable_interpolator()
3340 snd_soc_component_write(comp, gain_reg, val); in wcd9335_codec_enable_interpolator()