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

Go to the source code of this file.

Macros

#define PCICONFDREG   (void __iomem *)KSEG1ADDR(0x0f000c14)
 
#define PCICONFAREG   (void __iomem *)KSEG1ADDR(0x0f000c18)
 

Variables

struct pci_ops vr41xx_pci_ops
 

Macro Definition Documentation

#define PCICONFAREG   (void __iomem *)KSEG1ADDR(0x0f000c18)

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

#define PCICONFDREG   (void __iomem *)KSEG1ADDR(0x0f000c14)

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

Variable Documentation

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

Definition at line 123 of file ops-vr41xx.c.