Home
last modified time | relevance | path

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

/drivers/media/platform/omap3isp/
Dispccp2.c162 isp_reg_clr_set(isp, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_LCx_CTRL(i), in ccp2_if_enable()
301 val = isp_reg_readl(isp, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_LCx_CTRL(0)) in ccp2_lcx_config()
320 isp_reg_writel(isp, val, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_LCx_CTRL(0)); in ccp2_lcx_config()
Dispreg.h104 #define ISPCCP2_LCx_CTRL(x) ((0x050)+0x30*(x)) macro