Searched refs:dt_region (Results 1 – 3 of 3) sorted by relevance
154 dw->dt_region.vaddr = pcim_iomap_table(pdev)[pdata->dt_bar]; in dw_edma_pcie_probe()155 dw->dt_region.vaddr += pdata->dt_off; in dw_edma_pcie_probe()156 dw->dt_region.paddr = pdev->resource[pdata->dt_bar].start; in dw_edma_pcie_probe()157 dw->dt_region.paddr += pdata->dt_off; in dw_edma_pcie_probe()158 dw->dt_region.sz = pdata->dt_sz; in dw_edma_pcie_probe()181 dw->dt_region.vaddr, &dw->dt_region.paddr); in dw_edma_pcie_probe()
641 struct dw_edma_region *dt_region; in dw_edma_channel_setup() local655 dt_chunk = dw->dt_region.sz; in dw_edma_channel_setup()681 dt_region = devm_kzalloc(dev, sizeof(*dt_region), GFP_KERNEL); in dw_edma_channel_setup()682 if (!dt_region) in dw_edma_channel_setup()685 chan->vc.chan.private = dt_region; in dw_edma_channel_setup()726 dt_region->paddr = dw->dt_region.paddr + chan->dt_off; in dw_edma_channel_setup()727 dt_region->vaddr = dw->dt_region.vaddr + chan->dt_off; in dw_edma_channel_setup()728 dt_region->sz = dt_chunk; in dw_edma_channel_setup()
121 struct dw_edma_region dt_region; /* Data */ member