Lines Matching defs:iir_idx
215 .iir_idx = iidx, \
222 unsigned int iir_idx;
379 int iir_idx, int band_idx,
386 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
391 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx));
394 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
399 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 8);
402 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
407 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 16);
410 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
416 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) & 0x3f) << 24);
431 int iir_idx = ctl->iir_idx;
435 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
436 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
437 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
438 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
439 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);
447 int iir_idx, int band_idx,
451 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
455 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
459 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
464 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
477 int iir_idx = ctl->iir_idx;
486 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
489 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]);
490 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]);
491 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]);
492 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]);
493 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]);