Lines Matching refs:decimator
1666 int decimator = -1; in wcd934x_set_decimator_rate() local
1710 decimator = tx_port; in wcd934x_set_decimator_rate()
1714 decimator = ((tx_port == 9) ? 7 : 6); in wcd934x_set_decimator_rate()
1718 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()
1722 decimator = 5; in wcd934x_set_decimator_rate()
1731 WCD934X_CDC_TX_PATH_CTL(decimator), in wcd934x_set_decimator_rate()
4939 unsigned int decimator; in wcd934x_codec_enable_dec() local
4971 ret = kstrtouint(dec, 10, &decimator); in wcd934x_codec_enable_dec()
4979 tx_vol_ctl_reg = WCD934X_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4980 hpf_gate_reg = WCD934X_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd934x_codec_enable_dec()
4981 dec_cfg_reg = WCD934X_CDC_TX0_TX_PATH_CFG0 + 16 * decimator; in wcd934x_codec_enable_dec()
4982 tx_gain_ctl_reg = WCD934X_CDC_TX0_TX_VOL_CTL + 16 * decimator; in wcd934x_codec_enable_dec()
4986 amic_n = wcd934x_codec_find_amic_input(comp, decimator); in wcd934x_codec_enable_dec()