Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/pci.h>
#include <asm/pci-bridge.h>
#include <asm/machdep.h>
#include <asm/ppc-pci.h>
Go to the source code of this file.
Macros | |
#define | PA_PXP_CFA(bus, devfn, off) (((bus) << 20) | ((devfn) << 12) | (off)) |
Functions | |
void __init | pas_pci_init (void) |
void __iomem * | pasemi_pci_getcfgaddr (struct pci_dev *dev, int offset) |