Searched refs:camdivn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c244x-clock.c48 unsigned long camdivn; local
60 camdivn = __raw_readl(S3C2440_CAMDIVN);
61 camdivn &= ~S3C2440_CAMDIVN_DVSEN;
62 camdivn |= dvs;
63 __raw_writel(camdivn, S3C2440_CAMDIVN);
78 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); local
84 (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off");
86 clk_arm.parent = (camdivn & S3C2440_CAMDIVN_DVSEN) ? &clk_h : &clk_f;
H A Ds3c2442.c78 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); local
82 camdivn &= ~S3C2442_CAMDIVN_CAMCLK_DIV3;
85 camdivn &= ~S3C2440_CAMDIVN_CAMCLK_SEL;
87 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL;
88 camdivn |= S3C2442_CAMDIVN_CAMCLK_DIV3;
90 camdivn &= ~S3C2440_CAMDIVN_CAMCLK_MASK;
91 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL;
92 camdivn |= (((parent_rate / rate) / 2) - 1);
95 __raw_writel(camdivn, S3C2440_CAMDIVN);
H A Dclock.c73 unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); local
77 camdivn &= ~(S3C2440_CAMDIVN_CAMCLK_SEL | S3C2440_CAMDIVN_CAMCLK_MASK);
80 camdivn |= S3C2440_CAMDIVN_CAMCLK_SEL;
81 camdivn |= (((parent_rate / rate) / 2) - 1);
84 __raw_writel(camdivn, S3C2440_CAMDIVN);

Completed in 53 milliseconds