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

Go to the source code of this file.

Macros

#define PCI_ACCESS_READ   0
 
#define PCI_ACCESS_WRITE   1
 
#define LO(reg)   (reg / 4)
 
#define HI(reg)   (reg / 4 + 1)
 

Variables

volatile unsigned long *const vrc_pciregs = (void *) Vrc5074_BASE
 
struct pci_ops nile4_pci_ops
 

Macro Definition Documentation

#define HI (   reg)    (reg / 4 + 1)

Definition at line 13 of file ops-nile4.c.

#define LO (   reg)    (reg / 4)

Definition at line 12 of file ops-nile4.c.

#define PCI_ACCESS_READ   0

Definition at line 9 of file ops-nile4.c.

#define PCI_ACCESS_WRITE   1

Definition at line 10 of file ops-nile4.c.

Variable Documentation

struct pci_ops nile4_pci_ops
Initial value:
= {
.read = nile4_pcibios_read,
.write = nile4_pcibios_write,
}

Definition at line 143 of file ops-nile4.c.

volatile unsigned long* const vrc_pciregs = (void *) Vrc5074_BASE

Definition at line 15 of file ops-nile4.c.