Searched refs:syn_mode (Results 1 – 2 of 2) sorted by relevance
965 u32 syn_mode = isp_reg_readl(isp, OMAP3_ISP_IOMEM_CCDC, in ccdc_config_sync_if() local968 syn_mode |= ISPCCDC_SYN_MODE_VDHDEN; in ccdc_config_sync_if()971 syn_mode |= ISPCCDC_SYN_MODE_FLDSTAT; in ccdc_config_sync_if()973 syn_mode &= ~ISPCCDC_SYN_MODE_FLDSTAT; in ccdc_config_sync_if()975 syn_mode &= ~ISPCCDC_SYN_MODE_DATSIZ_MASK; in ccdc_config_sync_if()978 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_8; in ccdc_config_sync_if()981 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_10; in ccdc_config_sync_if()984 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_11; in ccdc_config_sync_if()987 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12; in ccdc_config_sync_if()992 syn_mode |= ISPCCDC_SYN_MODE_FLDMODE; in ccdc_config_sync_if()[all …]
377 u32 syn_mode; in ccdc_config_ycbcr() local392 syn_mode = (((params->pix_fmt & CCDC_SYN_MODE_INPMOD_MASK) << in ccdc_config_ycbcr()406 syn_mode |= CCDC_SYN_MODE_VD_POL_NEGATIVE; in ccdc_config_ycbcr()408 syn_mode |= CCDC_SYN_MODE_10BITS; in ccdc_config_ycbcr()410 syn_mode |= CCDC_SYN_MODE_8BITS; in ccdc_config_ycbcr()413 syn_mode |= (((params->fid_pol & CCDC_FID_POL_MASK) << in ccdc_config_ycbcr()420 regw(syn_mode, CCDC_SYN_MODE); in ccdc_config_ycbcr()532 unsigned int syn_mode = 0; in ccdc_config_raw() local550 syn_mode = in ccdc_config_raw()583 syn_mode |= CCDC_DATA_PACK_ENABLE; in ccdc_config_raw()[all …]