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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dsc520_freq.c30 static __u8 __iomem *cpuctl; variable
44 u8 clockspeed_reg = *cpuctl;
48 printk(KERN_ERR PFX "error: cpuctl register has unexpected "
74 clockspeed_reg = *cpuctl & ~0x03;
75 *cpuctl = clockspeed_reg | sc520_freq_table[state].index;
167 cpuctl = ioremap((unsigned long)(MMCR_BASE + OFFS_CPUCTL), 1);
168 if (!cpuctl) {
175 iounmap(cpuctl);
184 iounmap(cpuctl);

Completed in 21 milliseconds