Home
last modified time | relevance | path

Searched refs:S3C2440_CAMDIVN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Ds3c2440-cpufreq.c148 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
188 __raw_writel(camdiv | CAMDIVN_HCLK_HALF, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
192 __raw_writel(camdiv, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h57 #define S3C2440_CAMDIVN S3C2410_CLKREG(0x18) macro