Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/omap3isp/
Disph3a_af.c26 #define IS_OUT_OF_BOUNDS(value, min, max) \ macro
165 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()
182 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params()
188 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params()
196 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params()
210 if (IS_OUT_OF_BOUNDS(iir_cfg->h_start, OMAP3ISP_AF_IIRSH_MIN, in h3a_af_validate_params()