Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dpowernow-k6.c23 #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()
278 if (!request_region(POWERNOW_IOPORT, 16, "PowerNow!")) { in powernow_k6_init()
284 release_region(POWERNOW_IOPORT, 16); in powernow_k6_init()
[all …]