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

Go to the source code of this file.

Macros

#define PCI_ACCESS_READ   0
 
#define PCI_ACCESS_WRITE   1
 
#define PCI_CFG_TYPE0_REG_SHF   0
 
#define PCI_CFG_TYPE0_FUNC_SHF   8
 
#define PCI_CFG_TYPE1_REG_SHF   0
 
#define PCI_CFG_TYPE1_FUNC_SHF   8
 
#define PCI_CFG_TYPE1_DEV_SHF   11
 
#define PCI_CFG_TYPE1_BUS_SHF   16
 

Variables

struct pci_ops gt64xxx_pci0_ops
 

Macro Definition Documentation

#define PCI_ACCESS_READ   0

Definition at line 26 of file ops-gt64xxx_pci0.c.

#define PCI_ACCESS_WRITE   1

Definition at line 27 of file ops-gt64xxx_pci0.c.

#define PCI_CFG_TYPE0_FUNC_SHF   8

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

#define PCI_CFG_TYPE0_REG_SHF   0

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

#define PCI_CFG_TYPE1_BUS_SHF   16

Definition at line 40 of file ops-gt64xxx_pci0.c.

#define PCI_CFG_TYPE1_DEV_SHF   11

Definition at line 39 of file ops-gt64xxx_pci0.c.

#define PCI_CFG_TYPE1_FUNC_SHF   8

Definition at line 38 of file ops-gt64xxx_pci0.c.

#define PCI_CFG_TYPE1_REG_SHF   0

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

Variable Documentation

struct pci_ops gt64xxx_pci0_ops
Initial value:
= {
.read = gt64xxx_pci0_pcibios_read,
.write = gt64xxx_pci0_pcibios_write
}

Definition at line 149 of file ops-gt64xxx_pci0.c.