Lines Matching refs:decimator
1582 int decimator = -1; in wcd934x_set_decimator_rate() local
1626 decimator = tx_port; in wcd934x_set_decimator_rate()
1630 decimator = ((tx_port == 9) ? 7 : 6); in wcd934x_set_decimator_rate()
1634 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()
1638 decimator = 5; in wcd934x_set_decimator_rate()
1647 WCD934X_CDC_TX_PATH_CTL(decimator), in wcd934x_set_decimator_rate()
4141 unsigned int decimator; in wcd934x_codec_enable_dec() local
4173 ret = kstrtouint(dec, 10, &decimator); in wcd934x_codec_enable_dec()
4181 tx_vol_ctl_reg = WCD934X_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4182 hpf_gate_reg = WCD934X_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd934x_codec_enable_dec()
4183 dec_cfg_reg = WCD934X_CDC_TX0_TX_PATH_CFG0 + 16 * decimator; in wcd934x_codec_enable_dec()
4184 tx_gain_ctl_reg = WCD934X_CDC_TX0_TX_VOL_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4188 amic_n = wcd934x_codec_find_amic_input(comp, decimator); in wcd934x_codec_enable_dec()