Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/cavium-octeon/
Ddma-octeon.c148 static const struct octeon_dma_map_ops *octeon_pci_dma_ops; variable
154 octeon_pci_dma_ops = &octeon_gen1_ops; in octeon_pci_dma_init()
157 octeon_pci_dma_ops = &octeon_gen2_ops; in octeon_pci_dma_init()
160 octeon_pci_dma_ops = &octeon_big_ops; in octeon_pci_dma_init()
163 octeon_pci_dma_ops = &octeon_small_ops; in octeon_pci_dma_init()
175 return octeon_pci_dma_ops->phys_to_dma(dev, paddr); in phys_to_dma()
184 return octeon_pci_dma_ops->dma_to_phys(dev, daddr); in dma_to_phys()