|
Linux Kernel
3.7.1
|
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_ops * | octeon_pci_dma_map_ops |
| char * | octeon_swiotlb |
| 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.
| 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.
| struct dma_map_ops* octeon_pci_dma_map_ops |
| char* octeon_swiotlb |
Definition at line 260 of file dma-octeon.c.
1.8.2