#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include "vermilion.h"
Go to the source code of this file.
#define CRVML_CLOCK_MASK 0x00000f00 |
#define CRVML_CLOCK_SHIFT 8 |
#define CRVML_DEVICE_MCH 0x5001 |
#define CRVML_MCHEN_BIT (1 << 28) |
#define CRVML_MCHMAP_SIZE 4096 |
#define CRVML_REG_CLOCK 0xc3c |
#define CRVML_REG_MCHBAR 0x44 |
#define CRVML_REG_MCHEN 0x54 |
MODULE_AUTHOR |
( |
"Tungsten Graphics Inc." |
| ) |
|
MODULE_DESCRIPTION |
( |
"Carillo Ranch PLL Driver" |
| ) |
|
module_exit |
( |
cr_pll_exit |
| ) |
|
module_init |
( |
cr_pll_init |
| ) |
|