Home
last modified time | relevance | path

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

/lib/
Dswiotlb.c634 u64 dma_mask = DMA_BIT_MASK(32); in swiotlb_alloc_coherent() local
637 dma_mask = hwdev->coherent_dma_mask; in swiotlb_alloc_coherent()
642 if (dev_addr + size - 1 > dma_mask) { in swiotlb_alloc_coherent()
664 if (dev_addr + size - 1 > dma_mask) { in swiotlb_alloc_coherent()
666 (unsigned long long)dma_mask, in swiotlb_alloc_coherent()