Lines Matching refs:band_idx
130 .band_idx = bidx, \
585 unsigned int band_idx;
3115 int iir_idx, int band_idx, int coeff_idx)
3125 ((band_idx * BAND_MAX + coeff_idx) *
3130 ((band_idx * BAND_MAX + coeff_idx)
3135 ((band_idx * BAND_MAX + coeff_idx)
3140 ((band_idx * BAND_MAX + coeff_idx)
3149 int iir_idx, int band_idx, uint32_t value)
3170 int band_idx = ctl->band_idx;
3178 snd_soc_component_write(component, reg, (band_idx * BAND_MAX *
3181 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]);
3182 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]);
3183 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]);
3184 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]);
3185 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]);
3199 int band_idx = ctl->band_idx;
3202 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
3203 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
3204 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
3205 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
3206 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);