Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c31 u32 pax2; in h3a_af_setup_regs() local
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()
60 isp_reg_writel(af->isp, pax2, OMAP3_ISP_IOMEM_H3A, ISPH3A_AFPAX2); in h3a_af_setup_regs()