#include <linux/cpufreq.h>
#include <linux/timer.h>
#include <linux/module.h>
#include <asm/hw_irq.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/time.h>
#include <asm/smp.h>
Go to the source code of this file.
#define SDCASR_OFFSET 0x120000 |
#define SDCASR_REG 0x0100 |
#define SDCASR_REG_STRIDE 0x1000 |
#define SDCPWR_CFGA0_REG 0x0100 |
#define SDCPWR_GIZTIME_GR 0x80000000 |
#define SDCPWR_GIZTIME_LONGLOCK 0x000000ff |
#define SDCPWR_GIZTIME_REG 0x0440 |
#define SDCPWR_PWST0_REG 0x0000 |
MODULE_AUTHOR |
( |
"Egor Martovetsky <[email protected]> |
, |
|
|
Olof Johansson< olof @lixom.net >" |
|
|
) |
| |
module_exit |
( |
pas_cpufreq_exit |
| ) |
|
module_init |
( |
pas_cpufreq_init |
| ) |
|