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

Go to the source code of this file.

Functions

void octeon_pci_dma_init (void)
 
dma_addr_t phys_to_dma (struct device *dev, phys_addr_t paddr)
 
phys_addr_t dma_to_phys (struct device *dev, dma_addr_t daddr)
 

Variables

struct dma_map_opsocteon_pci_dma_map_ops
 
charocteon_swiotlb
 

Function Documentation

phys_addr_t dma_to_phys ( struct device dev,
dma_addr_t  daddr 
)

dma_to_phys - Return the physical address used for this STA2x11 DMA address : device for a PCI device : STA2x11 AMBA DMA address

Definition at line 231 of file dma-octeon.c.

void octeon_pci_dma_init ( void  )
dma_addr_t phys_to_dma ( struct device dev,
phys_addr_t  paddr 
)

phys_to_dma - Return the DMA AMBA address used for this STA2x11 device : device for a PCI device : Physical address

Definition at line 221 of file dma-octeon.c.

Variable Documentation

struct dma_map_ops* octeon_pci_dma_map_ops
char* octeon_swiotlb

Definition at line 260 of file dma-octeon.c.