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

Go to the source code of this file.

Macros

#define CONFIG_CMD(bus, devfn, where)   (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3))
 

Functions

int __attribute__ ((weak))
 

Variables

struct pci_ops sh4_pci_ops
 

Macro Definition Documentation

#define CONFIG_CMD (   bus,
  devfn,
  where 
)    (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3))

Definition at line 19 of file ops-sh4.c.

Function Documentation

int __attribute__ ( (weak)  )
read

Definition at line 104 of file ops-sh4.c.

Variable Documentation

struct pci_ops sh4_pci_ops
Initial value:
= {
.read = sh4_pci_read,
.write = sh4_pci_write,
}

Definition at line 99 of file ops-sh4.c.