|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/pci.h>#include <linux/init.h>#include <linux/irq.h>#include <asm/mach-types.h>#include <mach/hardware.h>#include <asm/irq.h>#include <asm/mach/pci.h>Go to the source code of this file.
Macros | |
| #define | SLOT0_DEVID 14 |
| #define | SLOT1_DEVID 15 |
| #define | SLOT0_INTA 6 |
| #define | SLOT1_INTA 11 |
Functions | |
| void __init | coyote_pci_preinit (void) |
| int __init | coyote_pci_init (void) |
| subsys_initcall (coyote_pci_init) | |
Variables | |
| struct hw_pci coyote_pci | __initdata |
| #define SLOT0_DEVID 14 |
Definition at line 26 of file coyote-pci.c.
| #define SLOT0_INTA 6 |
Definition at line 30 of file coyote-pci.c.
| #define SLOT1_DEVID 15 |
Definition at line 27 of file coyote-pci.c.
| #define SLOT1_INTA 11 |
Definition at line 31 of file coyote-pci.c.
Definition at line 57 of file coyote-pci.c.
Definition at line 33 of file coyote-pci.c.
| subsys_initcall | ( | coyote_pci_init | ) |
Definition at line 49 of file coyote-pci.c.
1.8.2