Searched refs:S3C2440_CAMDIVN (Results 1 – 6 of 6) sorted by relevance
59 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()
74 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()
86 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()103 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()
151 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()
94 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c244x_setup_clocks()
75 #define S3C2440_CAMDIVN S3C2410_CLKREG(0x18) macro