Searched defs:POWERNOW_IOPORT (Results 1 - 1 of 1) sorted by relevance

/drivers/cpufreq/
H A Dpowernow-k6.c22 #define POWERNOW_IOPORT 0xfff0 /* it doesn't matter where, as long macro
55 msrval = POWERNOW_IOPORT + 0x1;
57 invalue = inl(POWERNOW_IOPORT + 0x8);
58 msrval = POWERNOW_IOPORT + 0x0;
92 msrval = POWERNOW_IOPORT + 0x1;
94 invalue = inl(POWERNOW_IOPORT + 0x8);
97 outl(outvalue , (POWERNOW_IOPORT + 0x8));
98 msrval = POWERNOW_IOPORT + 0x0;
233 if (!request_region(POWERNOW_IOPORT, 16, "PowerNow!")) {
239 release_region(POWERNOW_IOPORT, 1
[all...]

Completed in 35 milliseconds