Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c57 pax2 |= (conf->paxel.v_cnt - 1) << AF_VT_COUNT_SHIFT; in h3a_af_setup_regs()
149 return conf->paxel.h_cnt * conf->paxel.v_cnt * OMAP3ISP_AF_PAXEL_SIZE; in h3a_af_get_buf_size()
168 if (IS_OUT_OF_BOUNDS(paxel_cfg->v_cnt, in h3a_af_validate_params()
212 if ((paxel_cfg->h_cnt * paxel_cfg->v_cnt > 9) && in h3a_af_validate_params()
280 (cur_cfg->paxel.v_cnt != user_cfg->paxel.v_cnt) || in h3a_af_set_params()
379 af_recover_cfg->paxel.v_cnt = OMAP3ISP_AF_PAXEL_VERTICAL_COUNT_MIN; in omap3isp_h3a_af_init()
/openbmc/linux/include/uapi/linux/
H A Domap3isp.h297 __u8 v_cnt; /* vertical Count */ member