Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Ddma-mapping.h13 extern struct dma_map_ops *mips_dma_map_ops;
20 return mips_dma_map_ops; in get_dma_ops()
/linux-4.1.27/arch/mips/mm/
Ddma-default.c385 struct dma_map_ops *mips_dma_map_ops = &mips_default_dma_map_ops; variable
386 EXPORT_SYMBOL(mips_dma_map_ops);
/linux-4.1.27/arch/mips/loongson/common/
Ddma-swiotlb.c149 mips_dma_map_ops = &loongson_dma_map_ops; in plat_swiotlb_setup()
/linux-4.1.27/arch/mips/cavium-octeon/
Ddma-octeon.c323 mips_dma_map_ops = &octeon_linear_dma_map_ops.dma_map_ops; in plat_swiotlb_setup()