Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <asm/mach/pci.h>
#include <asm/mach-types.h>
Go to the source code of this file.
Macros | |
#define | MAX_DEV 4 |
#define | IRQ_LINES 3 |
#define | INTA 11 |
#define | INTB 10 |
#define | INTC 9 |
#define | INTD 8 |
#define | INTE 7 |
#define | INTF 6 |
Functions | |
void __init | dsmg600_pci_preinit (void) |
int __init | dsmg600_pci_init (void) |
subsys_initcall (dsmg600_pci_init) | |
Variables | |
struct hw_pci __initdata | dsmg600_pci |
#define INTA 11 |
Definition at line 29 of file dsmg600-pci.c.
#define INTB 10 |
Definition at line 30 of file dsmg600-pci.c.
#define INTC 9 |
Definition at line 31 of file dsmg600-pci.c.
#define INTD 8 |
Definition at line 32 of file dsmg600-pci.c.
#define INTE 7 |
Definition at line 33 of file dsmg600-pci.c.
#define INTF 6 |
Definition at line 34 of file dsmg600-pci.c.
#define IRQ_LINES 3 |
Definition at line 26 of file dsmg600-pci.c.
#define MAX_DEV 4 |
Definition at line 25 of file dsmg600-pci.c.
Definition at line 71 of file dsmg600-pci.c.
Definition at line 36 of file dsmg600-pci.c.
subsys_initcall | ( | dsmg600_pci_init | ) |
struct hw_pci __initdata dsmg600_pci |
Definition at line 63 of file dsmg600-pci.c.