Lines Matching refs:band_idx
216 .band_idx = bidx, \
223 unsigned int band_idx;
379 int iir_idx, int band_idx,
387 ((band_idx * BAND_MAX + coeff_idx)
395 ((band_idx * BAND_MAX + coeff_idx)
403 ((band_idx * BAND_MAX + coeff_idx)
411 ((band_idx * BAND_MAX + coeff_idx)
432 int band_idx = ctl->band_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,
478 int band_idx = ctl->band_idx;
487 (band_idx * BAND_MAX * sizeof(uint32_t)) & 0x7F);
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]);