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

Go to the source code of this file.

Macros

#define SLOT0_DEVID   14
 
#define SLOT1_DEVID   15
 
#define SLOT0_INTA   6
 
#define SLOT1_INTA   11
 

Functions

void __init coyote_pci_preinit (void)
 
int __init coyote_pci_init (void)
 
 subsys_initcall (coyote_pci_init)
 

Variables

struct hw_pci coyote_pci __initdata
 

Macro Definition Documentation

#define SLOT0_DEVID   14

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

#define SLOT0_INTA   6

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

#define SLOT1_DEVID   15

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

#define SLOT1_INTA   11

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

Function Documentation

int __init coyote_pci_init ( void  )

Definition at line 57 of file coyote-pci.c.

void __init coyote_pci_preinit ( void  )

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

subsys_initcall ( coyote_pci_init  )

Variable Documentation

struct hw_pci coyote_pci __initdata
Initial value:
= {
.nr_controllers = 1,
.ops = &ixp4xx_ops,
.preinit = coyote_pci_preinit,
.setup = ixp4xx_setup,
.map_irq = coyote_map_irq,
}

Definition at line 49 of file coyote-pci.c.