Home
last modified time | relevance | path

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

/arch/arm/mach-s3c24xx/
Ds3c2442.c97 camdivn &= ~S3C2440_CAMDIVN_CAMCLK_MASK; in s3c2442_camif_upll_setrate()
Dclock-s3c2440.c78 camdivn &= ~(S3C2440_CAMDIVN_CAMCLK_SEL | S3C2440_CAMDIVN_CAMCLK_MASK); in s3c2440_camif_upll_setrate()
/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h88 #define S3C2440_CAMDIVN_CAMCLK_MASK (0xf<<0) macro