Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ops-titan.c File Reference
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#include <asm/pci.h>
#include <asm/io.h>
#include <asm/rm9k-ocd.h>

Go to the source code of this file.

Macros

#define TITAN_PCI_0_CONFIG_ADDRESS   0x780
 
#define TITAN_PCI_0_CONFIG_DATA   0x784
 

Variables

struct pci_ops titan_pci_ops
 

Macro Definition Documentation

#define TITAN_PCI_0_CONFIG_ADDRESS   0x780

Definition at line 36 of file ops-titan.c.

#define TITAN_PCI_0_CONFIG_DATA   0x784

Definition at line 37 of file ops-titan.c.

Variable Documentation

struct pci_ops titan_pci_ops
Initial value:
= {
titan_read_config,
titan_write_config,
}

Definition at line 108 of file ops-titan.c.