#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/cpufreq.h>
#include <asm/cpu_device_id.h>
#include <asm/msr.h>
#include <linux/timex.h>
#include <linux/io.h>
Go to the source code of this file.
|
#define | REG_CSCIR 0x22 /* Chip Setup and Control Index Register */ |
|
#define | REG_CSCDR 0x23 /* Chip Setup and Control Data Register */ |
|
#define REG_CSCDR 0x23 /* Chip Setup and Control Data Register */ |
#define REG_CSCIR 0x22 /* Chip Setup and Control Index Register */ |
MODULE_AUTHOR |
( |
"Robert Schwebel <[email protected]> |
, |
|
|
""Sven Geggus< sven @geggus.net >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"cpufreq driver for AMD's Elan CPUs" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
x86cpu |
, |
|
|
elan_id |
|
|
) |
| |
module_exit |
( |
elanfreq_exit |
| ) |
|
module_init |
( |
elanfreq_init |
| ) |
|
module_param |
( |
max_freq |
, |
|
|
int |
, |
|
|
0444 |
|
|
) |
| |