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);
430 int iir_idx = ctl->iir_idx;
434 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
435 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
436 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
437 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
438 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);
446 int iir_idx, int band_idx,
450 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
454 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
458 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
463 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx),
475 int iir_idx = ctl->iir_idx;
484 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx),
487 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]);
488 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]);
489 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]);
490 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]);
491 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]);