Home
last modified time | relevance | path

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

/lib/
Dswiotlb.c616 u64 dma_mask = DMA_BIT_MASK(32); in swiotlb_alloc_coherent() local
619 dma_mask = hwdev->coherent_dma_mask; in swiotlb_alloc_coherent()
624 if (dev_addr + size - 1 > dma_mask) { in swiotlb_alloc_coherent()
646 if (dev_addr + size - 1 > dma_mask) { in swiotlb_alloc_coherent()
648 (unsigned long long)dma_mask, in swiotlb_alloc_coherent()