Lines Matching defs:decimator

246 	u8 decimator;
252 u8 decimator;
651 struct tx_macro *tx, u8 decimator)
655 adc_mux_reg = CDC_TX_INP_MUX_ADC_MUXn_CFG1(decimator);
662 adc_reg = CDC_TX_INP_MUX_ADC_MUXn_CFG0(decimator);
687 dec_cfg_reg = CDC_TXn_TX_PATH_CFG0(hpf_work->decimator);
688 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(hpf_work->decimator);
690 if (is_amic_enabled(component, tx, hpf_work->decimator)) {
722 u8 decimator;
728 decimator = tx_mute_dwork->decimator;
730 snd_soc_component_write_field(component, CDC_TXn_TX_PATH_CTL(decimator),
913 u8 decimator;
922 decimator = w->shift;
923 tx_vol_ctl_reg = CDC_TXn_TX_PATH_CTL(decimator);
924 hpf_gate_reg = CDC_TXn_TX_PATH_SEC2(decimator);
925 dec_cfg_reg = CDC_TXn_TX_PATH_CFG0(decimator);
926 tx_gain_ctl_reg = CDC_TXn_TX_VOL_CTL(decimator);
930 adc_mux_reg = CDC_TX_INP_MUX_ADC_MUXn_CFG1(decimator);
932 adc_reg = CDC_TX_INP_MUX_ADC_MUXn_CFG0(decimator);
946 tx->dec_mode[decimator]);
954 if (!is_amic_enabled(component, tx, decimator)) {
962 tx->tx_hpf_work[decimator].hpf_cut_off_freq =
970 if (is_amic_enabled(component, tx, decimator)) {
976 &tx->tx_mute_dwork[decimator].dwork,
978 if (tx->tx_hpf_work[decimator].hpf_cut_off_freq != CF_MIN_3DB_150HZ) {
980 &tx->tx_hpf_work[decimator].dwork,
986 if (!is_amic_enabled(component, tx, decimator))
1001 /* apply gain after decimator is enabled */
1013 tx->tx_hpf_work[decimator].hpf_cut_off_freq;
1017 &tx->tx_hpf_work[decimator].dwork)) {
1023 if (is_amic_enabled(component, tx, decimator))
1047 cancel_delayed_work_sync(&tx->tx_mute_dwork[decimator].dwork);
1129 u8 decimator;
1162 for_each_set_bit(decimator, &tx->active_ch_mask[dai->id], TX_MACRO_DEC_MAX)
1163 snd_soc_component_update_bits(component, CDC_TXn_TX_PATH_CTL(decimator),
1193 u8 decimator;
1195 /* active decimator not set yet */
1199 decimator = tx->active_decimator[dai->id];
1203 CDC_TXn_TX_PATH_CTL(decimator),
1207 CDC_TXn_TX_PATH_CTL(decimator),
2122 tx->tx_hpf_work[i].decimator = i;
2129 tx->tx_mute_dwork[i].decimator = i;