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

Go to the source code of this file.

Macros

#define PCIA   1
 
#define PCIB   2
 
#define PCIC   3
 
#define PCID   4
 

Functions

int __init pcibios_map_irq (const struct pci_dev *dev, u8 slot, u8 pin)
 
int pcibios_plat_dev_init (struct pci_dev *dev)
 
 DECLARE_PCI_FIXUP_HEADER (PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0, malta_piix_func0_fixup)
 
 DECLARE_PCI_FIXUP_HEADER (PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB, malta_piix_func1_fixup)
 
 DECLARE_PCI_FIXUP_FINAL (PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0, quirk_dlcsetup)
 

Macro Definition Documentation

#define PCIA   1

Definition at line 5 of file fixup-malta.c.

#define PCIB   2

Definition at line 6 of file fixup-malta.c.

#define PCIC   3

Definition at line 7 of file fixup-malta.c.

#define PCID   4

Definition at line 8 of file fixup-malta.c.

Function Documentation

DECLARE_PCI_FIXUP_FINAL ( PCI_VENDOR_ID_INTEL  ,
PCI_DEVICE_ID_INTEL_82371AB_0  ,
quirk_dlcsetup   
)
DECLARE_PCI_FIXUP_HEADER ( PCI_VENDOR_ID_INTEL  ,
PCI_DEVICE_ID_INTEL_82371AB_0  ,
malta_piix_func0_fixup   
)
DECLARE_PCI_FIXUP_HEADER ( PCI_VENDOR_ID_INTEL  ,
PCI_DEVICE_ID_INTEL_82371AB  ,
malta_piix_func1_fixup   
)
int __init pcibios_map_irq ( const struct pci_dev dev,
u8  slot,
u8  pin 
)

Definition at line 40 of file fixup-malta.c.

int pcibios_plat_dev_init ( struct pci_dev dev)

Definition at line 48 of file fixup-malta.c.