Searched refs:dt_region_wr (Results 1 – 3 of 3) sorted by relevance
225 struct dw_edma_region *dt_region = &chip->dt_region_wr[i]; in dw_edma_pcie_probe()296 vsec_data.dt_wr[i].off, chip->dt_region_wr[i].sz, in dw_edma_pcie_probe()297 chip->dt_region_wr[i].vaddr, &chip->dt_region_wr[i].paddr); in dw_edma_pcie_probe()
782 dt_region->paddr = chip->dt_region_wr[j].paddr; in dw_edma_channel_setup()783 dt_region->vaddr = chip->dt_region_wr[j].vaddr; in dw_edma_channel_setup()784 dt_region->sz = chip->dt_region_wr[j].sz; in dw_edma_channel_setup()
78 struct dw_edma_region dt_region_wr[EDMA_MAX_WR_CH]; member