|
Linux Kernel
3.7.1
|
#include <linux/stddef.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/stat.h>#include <linux/pci.h>#include <asm/prom.h>#include <asm/pci-bridge.h>Go to the source code of this file.
Macros | |
| #define | PCI_HEADER_TYPE_INVALID 0x7f /* Invalid PCI header type */ |
Functions | |
| DECLARE_PCI_FIXUP_EARLY (PCI_VENDOR_ID_MARVELL, PCI_DEVICE_ID_MARVELL_MV64360, mv64x60_pci_fixup_early) | |
| DECLARE_PCI_FIXUP_EARLY (PCI_VENDOR_ID_MARVELL, PCI_DEVICE_ID_MARVELL_MV64460, mv64x60_pci_fixup_early) | |
| void __init | mv64x60_pci_init (void) |
| #define PCI_HEADER_TYPE_INVALID 0x7f /* Invalid PCI header type */ |
Definition at line 21 of file mv64x60_pci.c.
| DECLARE_PCI_FIXUP_EARLY | ( | PCI_VENDOR_ID_MARVELL | , |
| PCI_DEVICE_ID_MARVELL_MV64360 | , | ||
| mv64x60_pci_fixup_early | |||
| ) |
| DECLARE_PCI_FIXUP_EARLY | ( | PCI_VENDOR_ID_MARVELL | , |
| PCI_DEVICE_ID_MARVELL_MV64460 | , | ||
| mv64x60_pci_fixup_early | |||
| ) |
Definition at line 165 of file mv64x60_pci.c.
1.8.2