Lines Matching refs:band_idx
129 .band_idx = bidx, \
550 unsigned int band_idx;
2317 int iir_idx, int band_idx, int coeff_idx)
2327 ((band_idx * BAND_MAX + coeff_idx) *
2332 ((band_idx * BAND_MAX + coeff_idx)
2337 ((band_idx * BAND_MAX + coeff_idx)
2342 ((band_idx * BAND_MAX + coeff_idx)
2351 int iir_idx, int band_idx, uint32_t value)
2372 int band_idx = ctl->band_idx;
2380 snd_soc_component_write(component, reg, (band_idx * BAND_MAX *
2383 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]);
2384 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]);
2385 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]);
2386 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]);
2387 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]);
2401 int band_idx = ctl->band_idx;
2404 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
2405 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
2406 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
2407 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
2408 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);