Lines Matching refs:iir_idx
215 .iir_idx = iidx, \
222 unsigned int iir_idx; member
379 int iir_idx, int band_idx, in get_iir_band_coeff() argument
386 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
391 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)); in get_iir_band_coeff()
394 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
399 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 8); in get_iir_band_coeff()
402 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
407 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 16); in get_iir_band_coeff()
410 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
416 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) & 0x3f) << 24); in get_iir_band_coeff()
431 int iir_idx = ctl->iir_idx; in msm8x16_wcd_get_iir_band_audio_mixer() local
435 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in msm8x16_wcd_get_iir_band_audio_mixer()
436 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in msm8x16_wcd_get_iir_band_audio_mixer()
437 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in msm8x16_wcd_get_iir_band_audio_mixer()
438 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in msm8x16_wcd_get_iir_band_audio_mixer()
439 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in msm8x16_wcd_get_iir_band_audio_mixer()
447 int iir_idx, int band_idx, in set_iir_band_coeff() argument
451 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx), in set_iir_band_coeff()
455 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx), in set_iir_band_coeff()
459 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx), in set_iir_band_coeff()
464 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx), in set_iir_band_coeff()
477 int iir_idx = ctl->iir_idx; in msm8x16_wcd_put_iir_band_audio_mixer() local
486 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in msm8x16_wcd_put_iir_band_audio_mixer()
489 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in msm8x16_wcd_put_iir_band_audio_mixer()
490 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]); in msm8x16_wcd_put_iir_band_audio_mixer()
491 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]); in msm8x16_wcd_put_iir_band_audio_mixer()
492 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]); in msm8x16_wcd_put_iir_band_audio_mixer()
493 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]); in msm8x16_wcd_put_iir_band_audio_mixer()