Lines Matching refs:paxel_cfg
156 struct omap3isp_h3a_af_paxel *paxel_cfg = &user_cfg->paxel; in h3a_af_validate_params() local
162 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, in h3a_af_validate_params()
168 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()
173 if (IS_OUT_OF_BOUNDS(paxel_cfg->height, OMAP3ISP_AF_PAXEL_HEIGHT_MIN, in h3a_af_validate_params()
175 paxel_cfg->height % 2) in h3a_af_validate_params()
179 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params()
181 paxel_cfg->width % 2) in h3a_af_validate_params()
185 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()
188 paxel_cfg->line_inc % 2) in h3a_af_validate_params()
192 if ((paxel_cfg->h_start < iir_cfg->h_start) || in h3a_af_validate_params()
193 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params()
212 if ((paxel_cfg->h_cnt * paxel_cfg->v_cnt > 9) && in h3a_af_validate_params()
213 (paxel_cfg->width * paxel_cfg->height == 12)) in h3a_af_validate_params()