Lines Matching refs:band_idx
558 .band_idx = bidx, \
624 unsigned int band_idx;
2693 int iir_idx, int band_idx, int coeff_idx)
2703 ((band_idx * BAND_MAX + coeff_idx) *
2708 ((band_idx * BAND_MAX + coeff_idx)
2713 ((band_idx * BAND_MAX + coeff_idx)
2718 ((band_idx * BAND_MAX + coeff_idx)
2727 int iir_idx, int band_idx, uint32_t value)
2748 int band_idx = ctl->band_idx;
2756 snd_soc_component_write(component, reg, (band_idx * BAND_MAX *
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]);
2777 int band_idx = ctl->band_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);