Searched refs:S3C2440_CAMDIVN_CAMCLK_SEL (Results 1 – 3 of 3) sorted by relevance
92 camdivn &= ~S3C2440_CAMDIVN_CAMCLK_SEL; in s3c2442_camif_upll_setrate()94 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL; in s3c2442_camif_upll_setrate()98 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL; in s3c2442_camif_upll_setrate()
78 camdivn &= ~(S3C2440_CAMDIVN_CAMCLK_SEL | S3C2440_CAMDIVN_CAMCLK_MASK); in s3c2440_camif_upll_setrate()81 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL; in s3c2440_camif_upll_setrate()
89 #define S3C2440_CAMDIVN_CAMCLK_SEL (1<<4) macro