Lines Matching defs:coeff
2749 u32 coeff[BAND_MAX];
2752 memcpy(&coeff[0], ucontrol->value.bytes.data, params->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]);
2778 u32 coeff[BAND_MAX];
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);
2786 memcpy(ucontrol->value.bytes.data, &coeff[0], params->max);