Searched refs:IS_OUT_OF_BOUNDS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/omap3isp/
H A Disph3a_af.c26 #define IS_OUT_OF_BOUNDS(value, min, max) \ macro
165 if (IS_OUT_OF_BOUNDS(paxel_cfg->h_cnt, h3a_af_validate_params()
171 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, h3a_af_validate_params()
176 if (IS_OUT_OF_BOUNDS(paxel_cfg->height, OMAP3ISP_AF_PAXEL_HEIGHT_MIN, h3a_af_validate_params()
182 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, h3a_af_validate_params()
188 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, h3a_af_validate_params()
196 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, h3a_af_validate_params()
210 if (IS_OUT_OF_BOUNDS(iir_cfg->h_start, OMAP3ISP_AF_IIRSH_MIN, h3a_af_validate_params()

Completed in 43 milliseconds