Home
last modified time | relevance | path

Searched refs:S3C2440_CAMDIVN_CAMCLK_SEL (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/mach-s3c24xx/
Ds3c2442.c92 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()
Dclock-s3c2440.c78 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()
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h89 #define S3C2440_CAMDIVN_CAMCLK_SEL (1<<4) macro