Lines Matching refs:decimator
1794 int decimator = -1; in wcd9335_set_decimator_rate() local
1832 decimator = tx_port; in wcd9335_set_decimator_rate()
1835 decimator = ((tx_port == 9) ? 7 : 6); in wcd9335_set_decimator_rate()
1838 decimator = tx_mux_sel - 1; in wcd9335_set_decimator_rate()
1841 decimator = 5; in wcd9335_set_decimator_rate()
1844 if (decimator >= 0) { in wcd9335_set_decimator_rate()
1846 WCD9335_CDC_TX_PATH_CTL(decimator), in wcd9335_set_decimator_rate()
1855 decimator); in wcd9335_set_decimator_rate()
2716 unsigned int decimator; in wcd9335_codec_enable_dec() local
2745 ret = kstrtouint(dec, 10, &decimator); in wcd9335_codec_enable_dec()
2752 tx_vol_ctl_reg = WCD9335_CDC_TX0_TX_PATH_CTL + 16 * decimator; in wcd9335_codec_enable_dec()
2753 hpf_gate_reg = WCD9335_CDC_TX0_TX_PATH_SEC2 + 16 * decimator; in wcd9335_codec_enable_dec()
2754 dec_cfg_reg = WCD9335_CDC_TX0_TX_PATH_CFG0 + 16 * decimator; in wcd9335_codec_enable_dec()
2755 tx_gain_ctl_reg = WCD9335_CDC_TX0_TX_VOL_CTL + 16 * decimator; in wcd9335_codec_enable_dec()
2759 amic_n = wcd9335_codec_find_amic_input(comp, decimator); in wcd9335_codec_enable_dec()
2803 if (decimator == 0) { in wcd9335_codec_enable_dec()