Searched refs:IS_OUT_OF_BOUNDS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isph3a_af.c | 23 #define IS_OUT_OF_BOUNDS(value, min, max) \ macro 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() 179 if (IS_OUT_OF_BOUNDS(paxel_cfg->width, OMAP3ISP_AF_PAXEL_WIDTH_MIN, in h3a_af_validate_params() 185 if (IS_OUT_OF_BOUNDS(paxel_cfg->line_inc, in h3a_af_validate_params() 193 IS_OUT_OF_BOUNDS(paxel_cfg->h_start, in h3a_af_validate_params() 207 if (IS_OUT_OF_BOUNDS(iir_cfg->h_start, OMAP3ISP_AF_IIRSH_MIN, in h3a_af_validate_params()
|