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

/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c48 pax1 = ((conf->paxel.width >> 1) - 1) << AF_PAXW_SHIFT;
50 pax1 |= (conf->paxel.height >> 1) - 1;
55 pax2 = ((conf->paxel.line_inc >> 1) - 1) << AF_LINE_INCR_SHIFT;
57 pax2 |= (conf->paxel.v_cnt - 1) << AF_VT_COUNT_SHIFT;
59 pax2 |= (conf->paxel.h_cnt - 1);
64 paxstart = conf->paxel.h_start << AF_HZ_START_SHIFT;
66 paxstart |= conf->paxel.v_start;
149 return conf->paxel.h_cnt * conf->paxel.v_cnt * OMAP3ISP_AF_PAXEL_SIZE;
152 /* Function to check paxel parameter
[all...]
/linux-master/include/uapi/linux/
H A Domap3isp.h313 struct omap3isp_h3a_af_paxel paxel; /* Paxel parameters */ member in struct:omap3isp_h3a_af_config
344 * @gain_mode_n: Vertical dimension of a paxel in LSC configuration.
345 * @gain_mode_m: Horizontal dimension of a paxel in LSC configuration.
353 * to the first active paxel. Must be an even number.
355 * to the first active paxel. Must be an even number.

Completed in 143 milliseconds