Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Ddma-mapping.h28 extern struct dma_map_ops *gx_pci_dma_map_ops;
90 if (dma_ops == gx_pci_dma_map_ops || in dma_set_mask()
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c526 struct dma_map_ops *gx_pci_dma_map_ops = &tile_pci_default_dma_map_ops; variable
527 EXPORT_SYMBOL(gx_pci_dma_map_ops);
597 if (dma_ops == gx_pci_dma_map_ops || in dma_set_coherent_mask()
601 set_dma_ops(dev, gx_pci_dma_map_ops); in dma_set_coherent_mask()