Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
grackle.c File Reference
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#include <asm/grackle.h>

Go to the source code of this file.

Macros

#define GRACKLE_CFA(b, d, o)
 
#define GRACKLE_PICR1_STG   0x00000040
 
#define GRACKLE_PICR1_LOOPSNOOP   0x00000010
 

Functions

void __init setup_grackle (struct pci_controller *hose)
 

Macro Definition Documentation

#define GRACKLE_CFA (   b,
  d,
 
)
Value:
(0x80 | ((b) << 8) | ((d) << 16) \
| (((o) & ~3) << 24))

Definition at line 22 of file grackle.c.

#define GRACKLE_PICR1_LOOPSNOOP   0x00000010

Definition at line 26 of file grackle.c.

#define GRACKLE_PICR1_STG   0x00000040

Definition at line 25 of file grackle.c.

Function Documentation

void __init setup_grackle ( struct pci_controller hose)

Definition at line 56 of file grackle.c.