Searched refs:paxel_cfg (Results 1 – 1 of 1) sorted by relevance
159 struct omap3isp_h3a_af_paxel *paxel_cfg = &user_cfg->paxel; in h3a_af_validate_params() local165 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, in h3a_af_validate_params()171 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()176 if (IS_OUT_OF_BOUNDS(paxel_cfg->height, OMAP3ISP_AF_PAXEL_HEIGHT_MIN, in h3a_af_validate_params()178 paxel_cfg->height % 2) in h3a_af_validate_params()182 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params()184 paxel_cfg->width % 2) in h3a_af_validate_params()188 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()191 paxel_cfg->line_inc % 2) in h3a_af_validate_params()195 if ((paxel_cfg->h_start < iir_cfg->h_start) || in h3a_af_validate_params()[all …]