Searched refs:addr_phys (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/soc/fsl/qbman/ |
A D | bman_portal.c | 102 struct resource *addr_phys[2]; in bman_portal_probe() local 121 addr_phys[0] = platform_get_resource(pdev, IORESOURCE_MEM, in bman_portal_probe() 123 if (!addr_phys[0]) { in bman_portal_probe() 128 addr_phys[1] = platform_get_resource(pdev, IORESOURCE_MEM, in bman_portal_probe() 130 if (!addr_phys[1]) { in bman_portal_probe() 142 pcfg->addr_virt_ce = memremap(addr_phys[0]->start, in bman_portal_probe() 143 resource_size(addr_phys[0]), in bman_portal_probe() 150 pcfg->addr_virt_ci = ioremap(addr_phys[1]->start, in bman_portal_probe() 151 resource_size(addr_phys[1])); in bman_portal_probe()
|
A D | qman_portal.c | 186 struct resource *addr_phys[2]; in qman_portal_probe() local 206 addr_phys[0] = platform_get_resource(pdev, IORESOURCE_MEM, in qman_portal_probe() 208 if (!addr_phys[0]) { in qman_portal_probe() 213 addr_phys[1] = platform_get_resource(pdev, IORESOURCE_MEM, in qman_portal_probe() 215 if (!addr_phys[1]) { in qman_portal_probe() 233 pcfg->addr_virt_ce = memremap(addr_phys[0]->start, in qman_portal_probe() 234 resource_size(addr_phys[0]), in qman_portal_probe() 241 pcfg->addr_virt_ci = ioremap(addr_phys[1]->start, in qman_portal_probe() 242 resource_size(addr_phys[1])); in qman_portal_probe()
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | job.c | 68 job->addr_phys = num_unpins ? mem : NULL; in host1x_job_alloc() 70 job->reloc_addr_phys = job->addr_phys; in host1x_job_alloc() 71 job->gather_addr_phys = &job->addr_phys[num_relocs]; in host1x_job_alloc() 200 job->addr_phys[job->num_unpins] = map->phys; in pin_job() 263 job->addr_phys[job->num_unpins] = map->phys; in pin_job() 663 iommu_unmap(host->domain, job->addr_phys[i], map->size); in host1x_job_unpin() 664 free_iova(&host->iova, iova_pfn(&host->iova, job->addr_phys[i])); in host1x_job_unpin()
|
/linux-6.3-rc2/drivers/media/pci/netup_unidvb/ |
A D | netup_unidvb_core.c | 218 if (addr_curr < dma->addr_phys || in netup_dma_interrupt() 219 addr_curr > dma->addr_phys + dma->ring_buffer_size) { in netup_dma_interrupt() 223 __func__, addr_curr, (u64)dma->addr_phys, in netup_dma_interrupt() 224 (u64)(dma->addr_phys + dma->ring_buffer_size)); in netup_dma_interrupt() 238 dma->data_offset = (u32)(dma->addr_last - dma->addr_phys); in netup_dma_interrupt() 666 dma->addr_phys = (dma_addr_t)((u64)ndev->dma_phys + in netup_unidvb_dma_init() 670 (unsigned long long)dma->addr_phys, in netup_unidvb_dma_init() 673 dma->addr_last = dma->addr_phys; in netup_unidvb_dma_init() 674 dma->high_addr = (u32)(dma->addr_phys & 0xC0000000); in netup_unidvb_dma_init() 680 writel((u32)(dma->addr_phys & 0x3FFFFFFF), &dma->regs->start_addr_lo); in netup_unidvb_dma_init()
|
A D | netup_unidvb.h | 60 dma_addr_t addr_phys; member
|
/linux-6.3-rc2/include/linux/ |
A D | host1x.h | 285 dma_addr_t *addr_phys; member
|
Completed in 18 milliseconds