Searched refs:PLLC2CR (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-shmobile/
H A Dclock-sh7372.c46 #define PLLC2CR 0xe615002c macro
187 if (__raw_readl(PLLC2CR) & (1 << 31))
188 mult = (((__raw_readl(PLLC2CR) >> 24) & 0x3f) + 1) * 2;
202 __raw_writel(__raw_readl(PLLC2CR) | 0x80000000, PLLC2CR);
205 if (__raw_readl(PLLC2CR) & 0x80000000) {
217 __raw_writel(__raw_readl(PLLC2CR) & ~0x80000000, PLLC2CR);
235 value = __raw_readl(PLLC2CR) & ~(0x3f << 24);
240 __raw_writel((value & ~0x80000000) | ((idx + 19) << 24), PLLC2CR);
[all...]
H A Dclock-sh7367.c43 #define PLLC2CR 0xe615002C macro
125 if (__raw_readl(PLLC2CR) & (1 << 31))
126 mult = (((__raw_readl(PLLC2CR) >> 24) & 0x3f) + 1) * 2;
H A Dclock-sh7377.c37 #define PLLC2CR 0xe615002C macro
134 if (__raw_readl(PLLC2CR) & (1 << 31))
135 mult = (((__raw_readl(PLLC2CR) >> 24) & 0x3f) + 1) * 2;

Completed in 110 milliseconds