Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pci.c File Reference
#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 __iomempasemi_pci_getcfgaddr (struct pci_dev *dev, int offset)
 

Macro Definition Documentation

#define PA_PXP_CFA (   bus,
  devfn,
  off 
)    (((bus) << 20) | ((devfn) << 12) | (off))

Definition at line 34 of file pci.c.

Function Documentation

void __init pas_pci_init ( void  )

Definition at line 213 of file pci.c.

void __iomem* pasemi_pci_getcfgaddr ( struct pci_dev dev,
int  offset 
)

Definition at line 234 of file pci.c.