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

Go to the source code of this file.

Functions

void __iomemdivasa_remap_pci_bar (diva_os_xdi_adapter_t *a, int id, unsigned long bar, unsigned long area_length)
 
void divasa_unmap_pci_bar (void __iomem *bar)
 
unsigned long divasa_get_pci_irq (unsigned char bus, unsigned char func, void *pci_dev_handle)
 
unsigned long divasa_get_pci_bar (unsigned char bus, unsigned char func, int bar, void *pci_dev_handle)
 
byte diva_os_get_pci_bus (void *pci_dev_handle)
 
byte diva_os_get_pci_func (void *pci_dev_handle)
 

Function Documentation

byte diva_os_get_pci_bus ( void pci_dev_handle)

Definition at line 202 of file divasmain.c.

byte diva_os_get_pci_func ( void pci_dev_handle)

Definition at line 208 of file divasmain.c.

unsigned long divasa_get_pci_bar ( unsigned char  bus,
unsigned char  func,
int  bar,
void pci_dev_handle 
)

Definition at line 225 of file divasmain.c.

unsigned long divasa_get_pci_irq ( unsigned char  bus,
unsigned char  func,
void pci_dev_handle 
)

Definition at line 214 of file divasmain.c.

void __iomem* divasa_remap_pci_bar ( diva_os_xdi_adapter_t a,
int  id,
unsigned long  bar,
unsigned long  area_length 
)

Definition at line 431 of file divasmain.c.

void divasa_unmap_pci_bar ( void __iomem bar)

Definition at line 438 of file divasmain.c.