Re: [linux-pm] Re: PowerOP 2/3: Intel Centrino support

2005-08-12 Thread Nikolay Pelov
On Wed, 10 Aug 2005, Dave Jones wrote: > > For example, most of the x86 drivers, if you set a speed, and then > start fiddling with the voltage, you can pretty much guarantee > you'll crash within the next few seconds. They have to match, > or at the least, be within a very small margin. > > Gi

Re: speedstep-centrino on dothan

2005-07-08 Thread Nikolay Pelov
On Thu, 7 Jul 2005 [EMAIL PROTECTED] wrote: > > int main() { > unsigned int index, frequency, voltage > > index = (((frequency)/100) << 8) | ((voltage - 700) / 16); > printf ("%u\n", index); > } > > frequency is expressed in MHz, voltage in mV, index is the value for > centrino_model[cpu]->op_p