Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
pci-lantiq.h File Reference

Go to the source code of this file.

Functions

int ltq_pci_read_config_dword (struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val)
 
int ltq_pci_write_config_dword (struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val)
 

Variables

__iomem voidltq_pci_mapped_cfg
 

Function Documentation

int ltq_pci_read_config_dword ( struct pci_bus bus,
unsigned int  devfn,
int  where,
int  size,
u32 val 
)

Definition at line 74 of file ops-lantiq.c.

int ltq_pci_write_config_dword ( struct pci_bus bus,
unsigned int  devfn,
int  where,
int  size,
u32  val 
)

Definition at line 92 of file ops-lantiq.c.

Variable Documentation

__iomem void* ltq_pci_mapped_cfg

Definition at line 67 of file pci-lantiq.c.