Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Ddma-mapping.h30 extern struct dma_map_ops *gx_hybrid_pci_dma_map_ops;
91 dma_ops == gx_hybrid_pci_dma_map_ops || in dma_set_mask()
95 set_dma_ops(dev, gx_hybrid_pci_dma_map_ops); in dma_set_mask()
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c578 struct dma_map_ops *gx_hybrid_pci_dma_map_ops = &pci_hybrid_dma_ops; variable
581 struct dma_map_ops *gx_hybrid_pci_dma_map_ops; variable
584 EXPORT_SYMBOL(gx_hybrid_pci_dma_map_ops);
598 dma_ops == gx_hybrid_pci_dma_map_ops || in dma_set_coherent_mask()