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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dsc520_freq.c42 u8 clockspeed_reg = *cpuctl; local
44 switch (clockspeed_reg & 0x03) {
46 printk(KERN_ERR "sc520_freq: error: cpuctl register has unexpected value %02x\n", clockspeed_reg);
58 u8 clockspeed_reg; local
71 clockspeed_reg = *cpuctl & ~0x03;
72 *cpuctl = clockspeed_reg | sc520_freq_table[state].index;
H A Delanfreq.c82 u8 clockspeed_reg; /* Clock Speed Register */ local
86 clockspeed_reg = inb_p(REG_CSCDR);
89 if ((clockspeed_reg & 0xE0) == 0xE0)
93 if ((clockspeed_reg & 0xE0) == 0xC0) {
94 if ((clockspeed_reg & 0x01) == 0)
101 if ((clockspeed_reg & 0xE0)==0xA0)
104 return ((1<<((clockspeed_reg & 0xE0) >> 5)) * 1000);

Completed in 44 milliseconds