Home
last modified time | relevance | path

Searched refs:_octeon_pci_dma_map_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/mips/cavium-octeon/
Ddma-octeon.c310 static struct octeon_dma_map_ops _octeon_pci_dma_map_ops = { variable
333 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen1_phys_to_dma; in octeon_pci_dma_init()
334 _octeon_pci_dma_map_ops.dma_to_phys = octeon_gen1_dma_to_phys; in octeon_pci_dma_init()
337 _octeon_pci_dma_map_ops.phys_to_dma = octeon_big_phys_to_dma; in octeon_pci_dma_init()
338 _octeon_pci_dma_map_ops.dma_to_phys = octeon_big_dma_to_phys; in octeon_pci_dma_init()
341 _octeon_pci_dma_map_ops.phys_to_dma = octeon_small_phys_to_dma; in octeon_pci_dma_init()
342 _octeon_pci_dma_map_ops.dma_to_phys = octeon_small_dma_to_phys; in octeon_pci_dma_init()
347 octeon_pci_dma_map_ops = &_octeon_pci_dma_map_ops.dma_map_ops; in octeon_pci_dma_init()