fmtcfg            812 drivers/media/platform/omap3isp/ispccdc.c 	u32 fmtcfg = ISPCCDC_FMTCFG_VPEN;
fmtcfg            840 drivers/media/platform/omap3isp/ispccdc.c 		fmtcfg |= ISPCCDC_FMTCFG_VPIN_9_0;
fmtcfg            843 drivers/media/platform/omap3isp/ispccdc.c 		fmtcfg |= ISPCCDC_FMTCFG_VPIN_10_1;
fmtcfg            846 drivers/media/platform/omap3isp/ispccdc.c 		fmtcfg |= ISPCCDC_FMTCFG_VPIN_11_2;
fmtcfg            849 drivers/media/platform/omap3isp/ispccdc.c 		fmtcfg |= ISPCCDC_FMTCFG_VPIN_12_3;
fmtcfg            859 drivers/media/platform/omap3isp/ispccdc.c 	fmtcfg |= (div - 2) << ISPCCDC_FMTCFG_VPIF_FRQ_SHIFT;
fmtcfg            861 drivers/media/platform/omap3isp/ispccdc.c 	isp_reg_writel(isp, fmtcfg, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_FMTCFG);