Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
common.c File Reference
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/timer.h>
#include <linux/kernel.h>

Go to the source code of this file.

Macros

#define EARLY_PCI_OP(rw, size, type)
 

Functions

int __init pci_is_66mhz_capable (struct pci_channel *hose, int top_bus, int current_bus)
 
void pcibios_enable_timers (struct pci_channel *hose)
 
unsigned int pcibios_handle_status_errors (unsigned long addr, unsigned int status, struct pci_channel *hose)
 

Macro Definition Documentation

#define EARLY_PCI_OP (   rw,
  size,
  type 
)
Value:
int __init early_##rw##_config_##size(struct pci_channel *hose, \
int top_bus, int bus, int devfn, int offset, type value) \
{ \
return pci_##rw##_config_##size( \
fake_pci_dev(hose, top_bus, bus, devfn), \
}

Definition at line 32 of file common.c.

Function Documentation

int __init pci_is_66mhz_capable ( struct pci_channel *  hose,
int  top_bus,
int  current_bus 
)

Definition at line 48 of file common.c.

void pcibios_enable_timers ( struct pci_channel *  hose)

Definition at line 105 of file common.c.

unsigned int pcibios_handle_status_errors ( unsigned long  addr,
unsigned int  status,
struct pci_channel *  hose 
)

Definition at line 124 of file common.c.