Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
fsg-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   6
 
#define INTB   7
 
#define INTC   5
 

Functions

void __init fsg_pci_preinit (void)
 
int __init fsg_pci_init (void)
 
 subsys_initcall (fsg_pci_init)
 

Variables

struct hw_pci fsg_pci __initdata
 

Macro Definition Documentation

#define INTA   6

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

#define INTB   7

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

#define INTC   5

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

#define IRQ_LINES   3

Definition at line 26 of file fsg-pci.c.

#define MAX_DEV   3

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

Function Documentation

int __init fsg_pci_init ( void  )

Definition at line 68 of file fsg-pci.c.

void __init fsg_pci_preinit ( void  )

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

subsys_initcall ( fsg_pci_init  )

Variable Documentation

struct hw_pci fsg_pci __initdata
Initial value:
= {
.nr_controllers = 1,
.ops = &ixp4xx_ops,
.preinit = fsg_pci_preinit,
.setup = ixp4xx_setup,
.map_irq = fsg_map_irq,
}

Definition at line 60 of file fsg-pci.c.