Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Ddma-mapping.h29 extern struct dma_map_ops *gx_legacy_pci_dma_map_ops;
92 dma_ops == gx_legacy_pci_dma_map_ops) { in dma_set_mask()
94 dma_ops == gx_legacy_pci_dma_map_ops) in dma_set_mask()
/arch/tile/kernel/
Dpci-dma.c577 struct dma_map_ops *gx_legacy_pci_dma_map_ops = &pci_swiotlb_dma_ops; variable
580 struct dma_map_ops *gx_legacy_pci_dma_map_ops; variable
583 EXPORT_SYMBOL(gx_legacy_pci_dma_map_ops);
599 dma_ops == gx_legacy_pci_dma_map_ops) { in dma_set_coherent_mask()
Dpci_gx.c1069 set_dma_ops(&pdev->dev, gx_legacy_pci_dma_map_ops); in pcibios_fixup_final()