Lines Matching refs:iir_idx

557 		.iir_idx = iidx, \
623 unsigned int iir_idx; member
2693 int iir_idx, int band_idx, int coeff_idx) in get_iir_band_coeff() argument
2699 reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B1_CTL + 0x80 * iir_idx; in get_iir_band_coeff()
2700 b2_reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx; in get_iir_band_coeff()
2727 int iir_idx, int band_idx, uint32_t value) in set_iir_band_coeff() argument
2729 int reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx; in set_iir_band_coeff()
2747 int iir_idx = ctl->iir_idx; in rx_macro_put_iir_band_audio_mixer() local
2750 int reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B1_CTL + 0x80 * iir_idx; in rx_macro_put_iir_band_audio_mixer()
2759 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in rx_macro_put_iir_band_audio_mixer()
2760 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]); in rx_macro_put_iir_band_audio_mixer()
2761 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]); in rx_macro_put_iir_band_audio_mixer()
2762 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]); in rx_macro_put_iir_band_audio_mixer()
2763 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]); in rx_macro_put_iir_band_audio_mixer()
2776 int iir_idx = ctl->iir_idx; in rx_macro_get_iir_band_audio_mixer() local
2780 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in rx_macro_get_iir_band_audio_mixer()
2781 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in rx_macro_get_iir_band_audio_mixer()
2782 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in rx_macro_get_iir_band_audio_mixer()
2783 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in rx_macro_get_iir_band_audio_mixer()
2784 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in rx_macro_get_iir_band_audio_mixer()