Searched refs:dt_block (Results 1 – 1 of 1) sorted by relevance
494 struct dw_edma_block *dt_block = &dma_data->dt_wr[i]; in dw_edma_pcie_probe() local505 if (!dt_block->sz) in dw_edma_pcie_probe()508 dt_region->vaddr.io = pcim_iomap_table(pdev)[dt_block->bar]; in dw_edma_pcie_probe()512 dt_region->vaddr.io += dt_block->off; in dw_edma_pcie_probe()514 dt_block); in dw_edma_pcie_probe()515 dt_region->sz = dt_block->sz; in dw_edma_pcie_probe()522 struct dw_edma_block *dt_block = &dma_data->dt_rd[i]; in dw_edma_pcie_probe() local533 if (!dt_block->sz) in dw_edma_pcie_probe()536 dt_region->vaddr.io = pcim_iomap_table(pdev)[dt_block->bar]; in dw_edma_pcie_probe()540 dt_region->vaddr.io += dt_block->off; in dw_edma_pcie_probe()[all …]