Lines Matching refs:decimator
1634 int decimator = -1; in wcd934x_set_decimator_rate() local
1678 decimator = tx_port; in wcd934x_set_decimator_rate()
1682 decimator = ((tx_port == 9) ? 7 : 6); in wcd934x_set_decimator_rate()
1686 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()
1690 decimator = 5; in wcd934x_set_decimator_rate()
1699 WCD934X_CDC_TX_PATH_CTL(decimator), in wcd934x_set_decimator_rate()
4975 unsigned int decimator; in wcd934x_codec_enable_dec() local
5004 ret = kstrtouint(dec, 10, &decimator); in wcd934x_codec_enable_dec()
5011 tx_vol_ctl_reg = WCD934X_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
5012 hpf_gate_reg = WCD934X_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd934x_codec_enable_dec()
5013 dec_cfg_reg = WCD934X_CDC_TX0_TX_PATH_CFG0 + 16 * decimator; in wcd934x_codec_enable_dec()
5014 tx_gain_ctl_reg = WCD934X_CDC_TX0_TX_VOL_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
5018 amic_n = wcd934x_codec_find_amic_input(comp, decimator); in wcd934x_codec_enable_dec()