Searched refs:XCHAN_CAP_IOMMU (Results 1 – 3 of 3) sorted by relevance
120 caps |= XCHAN_CAP_IOMMU | XCHAN_CAP_NOSEG; in xdma_channel_alloc()151 if (xchan->caps & XCHAN_CAP_IOMMU) in xdma_channel_alloc()184 if (xchan->caps & XCHAN_CAP_IOMMU) in xdma_channel_free()
350 } else if (xchan->caps & XCHAN_CAP_IOMMU) { in xchan_seg_done()505 } else if (xchan->caps & XCHAN_CAP_IOMMU) { in _xdma_load_data()
153 #define XCHAN_CAP_IOMMU (1 << 3) macro