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

Functions

void __init nslu2_pci_preinit (void)
 
int __init nslu2_pci_init (void)
 
 subsys_initcall (nslu2_pci_init)
 

Variables

struct hw_pci __initdata nslu2_pci
 

Macro Definition Documentation

#define INTA   11

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

#define INTB   10

Definition at line 29 of file nslu2-pci.c.

#define INTC   9

Definition at line 30 of file nslu2-pci.c.

#define INTD   8

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

#define IRQ_LINES   3

Definition at line 25 of file nslu2-pci.c.

#define MAX_DEV   3

Definition at line 24 of file nslu2-pci.c.

Function Documentation

int __init nslu2_pci_init ( void  )

Definition at line 63 of file nslu2-pci.c.

void __init nslu2_pci_preinit ( void  )

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

subsys_initcall ( nslu2_pci_init  )

Variable Documentation

Initial value:
= {
.nr_controllers = 1,
.ops = &ixp4xx_ops,
.preinit = nslu2_pci_preinit,
.setup = ixp4xx_setup,
.map_irq = nslu2_map_irq,
}

Definition at line 55 of file nslu2-pci.c.