Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
gtwx5715-pci.c File Reference
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/irq.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <asm/mach/pci.h>

Go to the source code of this file.

Macros

#define SLOT0_DEVID   0
 
#define SLOT1_DEVID   1
 
#define INTA   10 /* slot 1 has INTA and INTB crossed */
 
#define INTB   11
 

Functions

void __init gtwx5715_pci_preinit (void)
 
int __init gtwx5715_pci_init (void)
 
 subsys_initcall (gtwx5715_pci_init)
 

Variables

struct hw_pci gtwx5715_pci __initdata
 

Macro Definition Documentation

#define INTA   10 /* slot 1 has INTA and INTB crossed */

Definition at line 35 of file gtwx5715-pci.c.

#define INTB   11

Definition at line 36 of file gtwx5715-pci.c.

#define SLOT0_DEVID   0

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

#define SLOT1_DEVID   1

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

Function Documentation

int __init gtwx5715_pci_init ( void  )

Definition at line 76 of file gtwx5715-pci.c.

void __init gtwx5715_pci_preinit ( void  )

Definition at line 44 of file gtwx5715-pci.c.

subsys_initcall ( gtwx5715_pci_init  )

Variable Documentation

struct hw_pci gtwx5715_pci __initdata
Initial value:
= {
.nr_controllers = 1,
.ops = &ixp4xx_ops,
.setup = ixp4xx_setup,
.map_irq = gtwx5715_map_irq,
}

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