Searched refs:dma_res (Results 1 – 2 of 2) sorted by relevance
166 struct resource *dma_res; in pxa_ata_probe() local201 dma_res = platform_get_resource(pdev, IORESOURCE_DMA, 0); in pxa_ata_probe()202 if (unlikely(dma_res == NULL)) in pxa_ata_probe()232 ap->ioaddr.bmdma_addr = devm_ioremap(&pdev->dev, dma_res->start, in pxa_ata_probe()233 resource_size(dma_res)); in pxa_ata_probe()275 config.src_addr = dma_res->start; in pxa_ata_probe()276 config.dst_addr = dma_res->start; in pxa_ata_probe()
193 struct vfio_dma *dma_res = NULL; in vfio_find_dma_first_node() local202 dma_res = dma; in vfio_find_dma_first_node()210 if (res && dma_res->iova > end) in vfio_find_dma_first_node()