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

Go to the source code of this file.

Variables

struct pci_ops bcm63xx_pci_ops
 
struct pci_ops bcm63xx_pcie_ops
 

Variable Documentation

struct pci_ops bcm63xx_pci_ops
Initial value:
= {
.read = bcm63xx_pci_read,
.write = bcm63xx_pci_write
}

Definition at line 176 of file ops-bcm63xx.c.

struct pci_ops bcm63xx_pcie_ops
Initial value:
= {
.read = bcm63xx_pcie_read,
.write = bcm63xx_pcie_write
}

Definition at line 525 of file ops-bcm63xx.c.