Lines Matching refs:POWERNOW_IOPORT
23 #define POWERNOW_IOPORT 0xfff0 /* it doesn't matter where, as long
90 msrval = POWERNOW_IOPORT + 0x1;
92 invalue = inl(POWERNOW_IOPORT + 0x8);
93 msrval = POWERNOW_IOPORT + 0x0;
120 msrval = POWERNOW_IOPORT + 0x1;
122 invalue = inl(POWERNOW_IOPORT + 0x8);
125 outl(outvalue, (POWERNOW_IOPORT + 0x8));
126 msrval = POWERNOW_IOPORT + 0x0;
277 if (!request_region(POWERNOW_IOPORT, 16, "PowerNow!")) {
283 release_region(POWERNOW_IOPORT, 16);
299 release_region(POWERNOW_IOPORT, 16);