Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Ddma-swiotlb.c49 const struct dma_map_ops powerpc_swiotlb_dma_ops = { variable
92 set_dma_ops(dev, &powerpc_swiotlb_dma_ops); in ppc_swiotlb_bus_notify()
Ddma.c36 if (sd->max_direct_dma_addr && dev->dma_ops == &powerpc_swiotlb_dma_ops) in get_pfn_limit()
/Linux-v4.19/arch/powerpc/include/asm/
Dswiotlb.h16 extern const struct dma_map_ops powerpc_swiotlb_dma_ops;
/Linux-v4.19/arch/powerpc/sysdev/
Dfsl_pci.c121 set_pci_dma_ops(&powerpc_swiotlb_dma_ops); in setup_swiotlb_ops()