Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <asm/mach/pci.h>
#include <asm/irq.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
Go to the source code of this file.
Macros | |
#define | AVILA_MAX_DEV 4 |
#define | LOFT_MAX_DEV 6 |
#define | IRQ_LINES 4 |
#define | INTA 11 |
#define | INTB 10 |
#define | INTC 9 |
#define | INTD 8 |
Functions | |
void __init | avila_pci_preinit (void) |
int __init | avila_pci_init (void) |
subsys_initcall (avila_pci_init) | |
Variables | |
struct hw_pci avila_pci | __initdata |
#define AVILA_MAX_DEV 4 |
Definition at line 30 of file avila-pci.c.
#define INTA 11 |
Definition at line 35 of file avila-pci.c.
#define INTB 10 |
Definition at line 36 of file avila-pci.c.
#define INTC 9 |
Definition at line 37 of file avila-pci.c.
#define INTD 8 |
Definition at line 38 of file avila-pci.c.
#define IRQ_LINES 4 |
Definition at line 32 of file avila-pci.c.
#define LOFT_MAX_DEV 6 |
Definition at line 31 of file avila-pci.c.
Definition at line 74 of file avila-pci.c.
Definition at line 40 of file avila-pci.c.
subsys_initcall | ( | avila_pci_init | ) |
Definition at line 66 of file avila-pci.c.