#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/pci.h>
#include <linux/mfd/core.h>
Go to the source code of this file.
#define VSPIC_MMIO_SIZE 0x1000 |
#define VX855_CFG_PMIO_OFFSET 0x88 |
#define VX855_PMIO_ACPI 0x00 |
#define VX855_PMIO_ACPI_LEN 0x0b |
#define VX855_PMIO_GPPM 0x20 |
#define VX855_PMIO_GPPM_LEN 0x33 |
#define VX855_PMIO_PPM 0x10 |
#define VX855_PMIO_PPM_LEN 0x08 |
#define VX855_PMIO_R_GPI 0x48 |
#define VX855_PMIO_R_GPO 0x4c |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
vx855_pci_tbl |
|
|
) |
| |
module_pci_driver |
( |
vx855_pci_driver |
| ) |
|