Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fixup-wrppmc.c File Reference
#include <linux/init.h>
#include <linux/pci.h>
#include <asm/gt64120.h>

Go to the source code of this file.

Macros

#define PCI_INTA   1
 
#define PCI_INTB   2
 
#define PCI_INTC   3
 
#define PCI_INTD   4
 
#define PCI_SLOT_MAXNR   32 /* Each PCI bus has 32 physical slots */
 

Functions

int __init pcibios_map_irq (const struct pci_dev *dev, u8 slot, u8 pin)
 
int pcibios_plat_dev_init (struct pci_dev *dev)
 

Macro Definition Documentation

#define PCI_INTA   1

Definition at line 15 of file fixup-wrppmc.c.

#define PCI_INTB   2

Definition at line 16 of file fixup-wrppmc.c.

#define PCI_INTC   3

Definition at line 17 of file fixup-wrppmc.c.

#define PCI_INTD   4

Definition at line 18 of file fixup-wrppmc.c.

#define PCI_SLOT_MAXNR   32 /* Each PCI bus has 32 physical slots */

Definition at line 20 of file fixup-wrppmc.c.

Function Documentation

int __init pcibios_map_irq ( const struct pci_dev dev,
u8  slot,
u8  pin 
)

Definition at line 28 of file fixup-wrppmc.c.

int pcibios_plat_dev_init ( struct pci_dev dev)

Definition at line 34 of file fixup-wrppmc.c.