Searched refs:paxel (Results 1 – 2 of 2) sorted by relevance
48 pax1 = ((conf->paxel.width >> 1) - 1) << AF_PAXW_SHIFT; in h3a_af_setup_regs()50 pax1 |= (conf->paxel.height >> 1) - 1; in h3a_af_setup_regs()55 pax2 = ((conf->paxel.line_inc >> 1) - 1) << AF_LINE_INCR_SHIFT; in h3a_af_setup_regs()57 pax2 |= (conf->paxel.v_cnt - 1) << AF_VT_COUNT_SHIFT; in h3a_af_setup_regs()59 pax2 |= (conf->paxel.h_cnt - 1); in h3a_af_setup_regs()64 paxstart = conf->paxel.h_start << AF_HZ_START_SHIFT; in h3a_af_setup_regs()66 paxstart |= conf->paxel.v_start; 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()156 struct omap3isp_h3a_af_paxel *paxel_cfg = &user_cfg->paxel; in h3a_af_validate_params()275 if ((cur_cfg->paxel.width != user_cfg->paxel.width) || in h3a_af_set_params()[all …]
313 struct omap3isp_h3a_af_paxel paxel; /* Paxel parameters */ member