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