Searched refs:dt_region (Results 1 – 3 of 3) sorted by relevance
145 dw->dt_region.vaddr = pcim_iomap_table(pdev)[pdata->dt_bar]; in dw_edma_pcie_probe()146 dw->dt_region.vaddr += pdata->dt_off; in dw_edma_pcie_probe()147 dw->dt_region.paddr = pdev->resource[pdata->dt_bar].start; in dw_edma_pcie_probe()148 dw->dt_region.paddr += pdata->dt_off; in dw_edma_pcie_probe()149 dw->dt_region.sz = pdata->dt_sz; in dw_edma_pcie_probe()171 dw->dt_region.vaddr, &dw->dt_region.paddr); in dw_edma_pcie_probe()
626 struct dw_edma_region *dt_region; in dw_edma_channel_setup() local640 dt_chunk = dw->dt_region.sz; in dw_edma_channel_setup()666 dt_region = devm_kzalloc(dev, sizeof(*dt_region), GFP_KERNEL); in dw_edma_channel_setup()667 if (!dt_region) in dw_edma_channel_setup()670 chan->vc.chan.private = dt_region; in dw_edma_channel_setup()711 dt_region->paddr = dw->dt_region.paddr + chan->dt_off; in dw_edma_channel_setup()712 dt_region->vaddr = dw->dt_region.vaddr + chan->dt_off; in dw_edma_channel_setup()713 dt_region->sz = dt_chunk; in dw_edma_channel_setup()
117 struct dw_edma_region dt_region; /* Data */ member