Lines Matching refs:syn_mode

965 	u32 syn_mode = isp_reg_readl(isp, OMAP3_ISP_IOMEM_CCDC,  in ccdc_config_sync_if()  local
968 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()
994 syn_mode &= ~ISPCCDC_SYN_MODE_FLDMODE; in ccdc_config_sync_if()
997 syn_mode |= ISPCCDC_SYN_MODE_DATAPOL; in ccdc_config_sync_if()
999 syn_mode &= ~ISPCCDC_SYN_MODE_DATAPOL; in ccdc_config_sync_if()
1002 syn_mode |= ISPCCDC_SYN_MODE_FLDPOL; in ccdc_config_sync_if()
1004 syn_mode &= ~ISPCCDC_SYN_MODE_FLDPOL; in ccdc_config_sync_if()
1007 syn_mode |= ISPCCDC_SYN_MODE_HDPOL; in ccdc_config_sync_if()
1009 syn_mode &= ~ISPCCDC_SYN_MODE_HDPOL; in ccdc_config_sync_if()
1012 syn_mode |= ISPCCDC_SYN_MODE_VDPOL; in ccdc_config_sync_if()
1014 syn_mode &= ~ISPCCDC_SYN_MODE_VDPOL; in ccdc_config_sync_if()
1017 syn_mode |= ISPCCDC_SYN_MODE_FLDOUT | ISPCCDC_SYN_MODE_VDHDOUT; in ccdc_config_sync_if()
1030 syn_mode &= ~(ISPCCDC_SYN_MODE_FLDOUT | in ccdc_config_sync_if()
1033 isp_reg_writel(isp, syn_mode, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_SYN_MODE); in ccdc_config_sync_if()
1126 u32 syn_mode; in ccdc_configure() local
1156 syn_mode = isp_reg_readl(isp, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_SYN_MODE); in ccdc_configure()
1161 syn_mode &= ~ISPCCDC_SYN_MODE_VP2SDR; in ccdc_configure()
1164 syn_mode |= ISPCCDC_SYN_MODE_WEN; in ccdc_configure()
1166 syn_mode &= ~ISPCCDC_SYN_MODE_WEN; in ccdc_configure()
1169 syn_mode |= ISPCCDC_SYN_MODE_SDR2RSZ; in ccdc_configure()
1171 syn_mode &= ~ISPCCDC_SYN_MODE_SDR2RSZ; in ccdc_configure()
1175 syn_mode |= ISPCCDC_SYN_MODE_PACK8; in ccdc_configure()
1177 syn_mode &= ~ISPCCDC_SYN_MODE_PACK8; in ccdc_configure()
1179 isp_reg_writel(isp, syn_mode, OMAP3_ISP_IOMEM_CCDC, ISPCCDC_SYN_MODE); in ccdc_configure()