Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Ds3c2440-cpufreq.c147 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
187 __raw_writel(camdiv | CAMDIVN_HCLK_HALF, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
191 __raw_writel(camdiv, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h53 #define S3C2440_CAMDIVN S3C2410_CLKREG(0x18) macro