• Home
  • Raw
  • Download

Lines Matching full:decimator

1558 	int decimator = -1;  in wcd934x_set_decimator_rate()  local
1562 /* Find the SB TX MUX input - which decimator is connected */ in wcd934x_set_decimator_rate()
1602 decimator = tx_port; in wcd934x_set_decimator_rate()
1606 decimator = ((tx_port == 9) ? 7 : 6); in wcd934x_set_decimator_rate()
1610 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()
1614 decimator = 5; in wcd934x_set_decimator_rate()
1623 WCD934X_CDC_TX_PATH_CTL(decimator), in wcd934x_set_decimator_rate()
1771 dev_err(wcd->dev, "Cannot set TX Decimator rate\n"); in wcd934x_hw_params()
4185 unsigned int decimator; in wcd934x_codec_enable_dec() local
4202 dev_err(comp->dev, "%s: Invalid decimator = %s\n", in wcd934x_codec_enable_dec()
4211 dev_err(comp->dev, "%s: decimator index not found\n", in wcd934x_codec_enable_dec()
4217 ret = kstrtouint(dec, 10, &decimator); in wcd934x_codec_enable_dec()
4219 dev_err(comp->dev, "%s: Invalid decimator = %s\n", in wcd934x_codec_enable_dec()
4225 tx_vol_ctl_reg = WCD934X_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4226 hpf_gate_reg = WCD934X_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd934x_codec_enable_dec()
4227 dec_cfg_reg = WCD934X_CDC_TX0_TX_PATH_CFG0 + 16 * decimator; in wcd934x_codec_enable_dec()
4228 tx_gain_ctl_reg = WCD934X_CDC_TX0_TX_VOL_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4232 amic_n = wcd934x_codec_find_amic_input(comp, decimator); in wcd934x_codec_enable_dec()
4281 /* apply gain after decimator is enabled */ in wcd934x_codec_enable_dec()