Searched refs:syn_mode (Results 1 – 2 of 2) sorted by relevance
376 u32 syn_mode; in ccdc_config_ycbcr() local391 syn_mode = (((params->pix_fmt & CCDC_SYN_MODE_INPMOD_MASK) << in ccdc_config_ycbcr()405 syn_mode |= CCDC_SYN_MODE_VD_POL_NEGATIVE; in ccdc_config_ycbcr()407 syn_mode |= CCDC_SYN_MODE_10BITS; in ccdc_config_ycbcr()409 syn_mode |= CCDC_SYN_MODE_8BITS; in ccdc_config_ycbcr()412 syn_mode |= (((params->fid_pol & CCDC_FID_POL_MASK) << in ccdc_config_ycbcr()419 regw(syn_mode, CCDC_SYN_MODE); in ccdc_config_ycbcr()531 unsigned int syn_mode = 0; in ccdc_config_raw() local549 syn_mode = in ccdc_config_raw()582 syn_mode |= CCDC_DATA_PACK_ENABLE; in ccdc_config_raw()[all …]
980 u32 syn_mode = ISPCCDC_SYN_MODE_VDHDEN; in ccdc_config_sync_if() local989 syn_mode |= ISPCCDC_SYN_MODE_INPMOD_YCBCR16; in ccdc_config_sync_if()994 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_8; in ccdc_config_sync_if()997 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_10; in ccdc_config_sync_if()1000 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_11; in ccdc_config_sync_if()1003 syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12; in ccdc_config_sync_if()1008 syn_mode |= ISPCCDC_SYN_MODE_DATAPOL; in ccdc_config_sync_if()1011 syn_mode |= ISPCCDC_SYN_MODE_HDPOL; in ccdc_config_sync_if()1014 syn_mode |= ISPCCDC_SYN_MODE_VDPOL; in ccdc_config_sync_if()1016 isp_reg_writel(isp, syn_mode, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_SYN_MODE); in ccdc_config_sync_if()[all …]