Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/
Ddma-octeon.c319 static struct octeon_dma_map_ops _octeon_pci_dma_map_ops = { variable
342 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen2_phys_to_dma; in octeon_pci_dma_init()
343 _octeon_pci_dma_map_ops.dma_to_phys = octeon_gen2_dma_to_phys; in octeon_pci_dma_init()
346 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen1_phys_to_dma; in octeon_pci_dma_init()
347 _octeon_pci_dma_map_ops.dma_to_phys = octeon_gen1_dma_to_phys; in octeon_pci_dma_init()
350 _octeon_pci_dma_map_ops.phys_to_dma = octeon_big_phys_to_dma; in octeon_pci_dma_init()
351 _octeon_pci_dma_map_ops.dma_to_phys = octeon_big_dma_to_phys; in octeon_pci_dma_init()
354 _octeon_pci_dma_map_ops.phys_to_dma = octeon_small_phys_to_dma; in octeon_pci_dma_init()
355 _octeon_pci_dma_map_ops.dma_to_phys = octeon_small_dma_to_phys; in octeon_pci_dma_init()
360 octeon_pci_dma_map_ops = &_octeon_pci_dma_map_ops.dma_map_ops; in octeon_pci_dma_init()