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