Home
last modified time | relevance | path

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

/arch/arm/mach-s3c24xx/
Dclock-s3c244x.c59 camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2440_setparent_armclk()
62 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2440_setparent_armclk()
77 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c244x_clk_add()
Dclock-s3c2440.c74 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2440_camif_upll_setrate()
85 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2440_camif_upll_setrate()
93 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2440_camif_upll_getrate()
Ds3c2442.c86 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()
103 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()
Dcpufreq-s3c2440.c151 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
191 __raw_writel(camdiv | CAMDIVN_HCLK_HALF, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
195 __raw_writel(camdiv, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
Ds3c244x.c94 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c244x_setup_clocks()
/arch/arm/mach-s3c24xx/include/mach/
Dregs-clock.h75 #define S3C2440_CAMDIVN S3C2410_CLKREG(0x18) macro