Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
ixdp425-pci.c File Reference
#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 MAX_DEV   4
 
#define IRQ_LINES   4
 
#define INTA   11
 
#define INTB   10
 
#define INTC   9
 
#define INTD   8
 

Functions

void __init ixdp425_pci_preinit (void)
 
int __init ixdp425_pci_init (void)
 
 subsys_initcall (ixdp425_pci_init)
 

Variables

struct hw_pci ixdp425_pci __initdata
 

Macro Definition Documentation

#define INTA   11

Definition at line 31 of file ixdp425-pci.c.

#define INTB   10

Definition at line 32 of file ixdp425-pci.c.

#define INTC   9

Definition at line 33 of file ixdp425-pci.c.

#define INTD   8

Definition at line 34 of file ixdp425-pci.c.

#define IRQ_LINES   4

Definition at line 28 of file ixdp425-pci.c.

#define MAX_DEV   4

Definition at line 27 of file ixdp425-pci.c.

Function Documentation

int __init ixdp425_pci_init ( void  )

Definition at line 69 of file ixdp425-pci.c.

void __init ixdp425_pci_preinit ( void  )

Definition at line 37 of file ixdp425-pci.c.

subsys_initcall ( ixdp425_pci_init  )

Variable Documentation

struct hw_pci ixdp425_pci __initdata
Initial value:
= {
.nr_controllers = 1,
.ops = &ixp4xx_ops,
.preinit = ixdp425_pci_preinit,
.setup = ixp4xx_setup,
.map_irq = ixdp425_map_irq,
}

Definition at line 61 of file ixdp425-pci.c.