Lines Matching refs:index
39 int index; in h3a_af_setup_regs() local
79 for (index = 0; index <= 8; index += 2) { in h3a_af_setup_regs()
82 coef |= conf->iir.coeff_set0[index]; in h3a_af_setup_regs()
83 coef |= conf->iir.coeff_set0[index + 1] << in h3a_af_setup_regs()
91 coef |= conf->iir.coeff_set1[index]; in h3a_af_setup_regs()
92 coef |= conf->iir.coeff_set1[index + 1] << in h3a_af_setup_regs()
161 int index; in h3a_af_validate_params() local
202 for (index = 0; index < OMAP3ISP_AF_NUM_COEF; index++) { in h3a_af_validate_params()
203 if ((iir_cfg->coeff_set0[index]) > OMAP3ISP_AF_COEF_MAX) in h3a_af_validate_params()
206 if ((iir_cfg->coeff_set1[index]) > OMAP3ISP_AF_COEF_MAX) in h3a_af_validate_params()
235 int index; in h3a_af_set_params() local
264 for (index = 0; index < OMAP3ISP_AF_NUM_COEF; index++) { in h3a_af_set_params()
265 if (cur_cfg->iir.coeff_set0[index] != in h3a_af_set_params()
266 user_cfg->iir.coeff_set0[index]) { in h3a_af_set_params()
270 if (cur_cfg->iir.coeff_set1[index] != in h3a_af_set_params()
271 user_cfg->iir.coeff_set1[index]) { in h3a_af_set_params()