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

Go to the source code of this file.

Macros

#define RTABORT   (0x1<<9)
 
#define RMABORT   (0x1<<10)
 
#define EMMA2RH_PCI_SLOT_NUM   9 /* 0000:09.0 is final PCI device */
 

Variables

struct pci_ops emma2rh_pci_ops
 

Macro Definition Documentation

#define EMMA2RH_PCI_SLOT_NUM   9 /* 0000:09.0 is final PCI device */

Definition at line 34 of file ops-emma2rh.c.

#define RMABORT   (0x1<<10)

Definition at line 33 of file ops-emma2rh.c.

#define RTABORT   (0x1<<9)

Definition at line 32 of file ops-emma2rh.c.

Variable Documentation

struct pci_ops emma2rh_pci_ops
Initial value:
= {
.read = pci_config_read,
.write = pci_config_write,
}

Definition at line 179 of file ops-emma2rh.c.