Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/mm/
Ddma-swiotlb.c34 struct dma_map_ops swiotlb_dma_map_ops = { variable
48 EXPORT_SYMBOL(swiotlb_dma_map_ops);
/linux-4.4.14/arch/unicore32/include/asm/
Ddma-mapping.h24 extern struct dma_map_ops swiotlb_dma_map_ops;
28 return &swiotlb_dma_map_ops; in get_dma_ops()