Lines Matching refs:band_idx
605 .band_idx = bidx, \
673 unsigned int band_idx;
2876 int iir_idx, int band_idx, int coeff_idx)
2886 ((band_idx * BAND_MAX + coeff_idx) *
2891 ((band_idx * BAND_MAX + coeff_idx)
2896 ((band_idx * BAND_MAX + coeff_idx)
2901 ((band_idx * BAND_MAX + coeff_idx)
2910 int iir_idx, int band_idx, uint32_t value)
2931 int band_idx = ctl->band_idx;
2939 snd_soc_component_write(component, reg, (band_idx * BAND_MAX *
2942 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]);
2943 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]);
2944 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]);
2945 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]);
2946 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]);
2960 int band_idx = ctl->band_idx;
2963 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0);
2964 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1);
2965 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2);
2966 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3);
2967 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4);