Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pci-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 <asm/bootinfo.h>
#include "pci-bcm63xx.h"

Go to the source code of this file.

Functions

 arch_initcall (bcm63xx_pci_init)
 

Variables

int bcm63xx_pci_enabled
 
struct pci_controller bcm63xx_controller
 
struct pci_controller bcm63xx_pcie_controller
 
void __iomempci_iospace_start
 

Function Documentation

arch_initcall ( bcm63xx_pci_init  )

Variable Documentation

struct pci_controller bcm63xx_controller
Initial value:
= {
.pci_ops = &bcm63xx_pci_ops,
.io_resource = &bcm_pci_io_resource,
.mem_resource = &bcm_pci_mem_resource,
}

Definition at line 42 of file pci-bcm63xx.c.

int bcm63xx_pci_enabled

Definition at line 22 of file pci-bcm63xx.c.

struct pci_controller bcm63xx_pcie_controller
Initial value:
= {
.pci_ops = &bcm63xx_pcie_ops,
.io_resource = &bcm_pcie_io_resource,
.mem_resource = &bcm_pcie_mem_resource,
}

Definition at line 89 of file pci-bcm63xx.c.

void __iomem* pci_iospace_start

Definition at line 116 of file pci-bcm63xx.c.