#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/init.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/mach/pci.h>
Go to the source code of this file.
Definition at line 40 of file pci.c.
#define CLASS_ID_OFFSET 0x08 |
Definition at line 52 of file pci.c.
Definition at line 51 of file pci.c.
#define DEVICE_ID_OFFSET 0x00 |
Definition at line 50 of file pci.c.
Definition at line 42 of file pci.c.
Definition at line 43 of file pci.c.
Definition at line 44 of file pci.c.
Definition at line 48 of file pci.c.
Definition at line 45 of file pci.c.
Definition at line 46 of file pci.c.
Definition at line 47 of file pci.c.
Definition at line 41 of file pci.c.
#define VP_PCI_CLASS_ID 0x0b400000 |
Definition at line 55 of file pci.c.
#define VP_PCI_DEVICE_ID 0x030010ee |
Definition at line 54 of file pci.c.
subsys_initcall |
( |
versatile_pci_init |
| ) |
|