|
Linux Kernel
3.7.1
|
#include <linux/pci.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/irq.h>#include <asm/mach-types.h>#include <mach/hardware.h>#include <asm/mach/pci.h>Go to the source code of this file.
Macros | |
| #define | SLOT0_DEVID 0 |
| #define | SLOT1_DEVID 1 |
| #define | INTA 10 /* slot 1 has INTA and INTB crossed */ |
| #define | INTB 11 |
Functions | |
| void __init | gtwx5715_pci_preinit (void) |
| int __init | gtwx5715_pci_init (void) |
| subsys_initcall (gtwx5715_pci_init) | |
Variables | |
| struct hw_pci gtwx5715_pci | __initdata |
Definition at line 35 of file gtwx5715-pci.c.
| #define INTB 11 |
Definition at line 36 of file gtwx5715-pci.c.
| #define SLOT0_DEVID 0 |
Definition at line 33 of file gtwx5715-pci.c.
| #define SLOT1_DEVID 1 |
Definition at line 34 of file gtwx5715-pci.c.
Definition at line 76 of file gtwx5715-pci.c.
Definition at line 44 of file gtwx5715-pci.c.
| subsys_initcall | ( | gtwx5715_pci_init | ) |
Definition at line 68 of file gtwx5715-pci.c.
1.8.2