Searched refs:S3C2440_CAMDIVN (Results 1 – 6 of 6) sorted by relevance
60 camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2440_setparent_armclk()63 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2440_setparent_armclk()78 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c244x_clk_add()
73 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2440_camif_upll_setrate()84 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2440_camif_upll_setrate()
152 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()192 __raw_writel(camdiv | CAMDIVN_HCLK_HALF, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()196 __raw_writel(camdiv, S3C2440_CAMDIVN); in s3c2440_cpufreq_setdivs()
84 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()101 __raw_writel(camdivn, S3C2440_CAMDIVN); in s3c2442_camif_upll_setrate()
93 camdiv = __raw_readl(S3C2440_CAMDIVN); in s3c244x_setup_clocks()
75 #define S3C2440_CAMDIVN S3C2410_CLKREG(0x18) macro