Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/omap3isp/
Disph3a_af.c33 u32 pax1; in h3a_af_setup_regs() local
51 pax1 = ((conf->paxel.width >> 1) - 1) << AF_PAXW_SHIFT; in h3a_af_setup_regs()
53 pax1 |= (conf->paxel.height >> 1) - 1; in h3a_af_setup_regs()
54 isp_reg_writel(af->isp, pax1, OMAP3_ISP_IOMEM_H3A, ISPH3A_AFPAX1); in h3a_af_setup_regs()