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

/linux-4.4.14/drivers/cpufreq/
H A Dpowernow-k6.c22 #define POWERNOW_IOPORT 0xfff0 /* it doesn't matter where, as long macro
90 msrval = POWERNOW_IOPORT + 0x1; powernow_k6_get_cpu_multiplier()
92 invalue = inl(POWERNOW_IOPORT + 0x8); powernow_k6_get_cpu_multiplier()
93 msrval = POWERNOW_IOPORT + 0x0; powernow_k6_get_cpu_multiplier()
120 msrval = POWERNOW_IOPORT + 0x1; powernow_k6_set_cpu_multiplier()
122 invalue = inl(POWERNOW_IOPORT + 0x8); powernow_k6_set_cpu_multiplier()
125 outl(outvalue, (POWERNOW_IOPORT + 0x8)); powernow_k6_set_cpu_multiplier()
126 msrval = POWERNOW_IOPORT + 0x0; powernow_k6_set_cpu_multiplier()
277 if (!request_region(POWERNOW_IOPORT, 16, "PowerNow!")) { powernow_k6_init()
283 release_region(POWERNOW_IOPORT, 16); powernow_k6_init()
299 release_region(POWERNOW_IOPORT, 16); powernow_k6_exit()

Completed in 49 milliseconds