Home
last modified time | relevance | path

Searched refs:dt_region_rd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c264 struct dw_edma_region *dt_region = &chip->dt_region_rd[i]; in dw_edma_pcie_probe()
322 vsec_data.dt_rd[i].off, chip->dt_region_rd[i].sz, in dw_edma_pcie_probe()
323 chip->dt_region_rd[i].vaddr.io, &chip->dt_region_rd[i].paddr); in dw_edma_pcie_probe()
H A Ddw-edma-core.c777 &dw->chip->dt_region_rd[chan->id]; in dw_edma_channel_setup()
/openbmc/linux/include/linux/dma/
H A Dedma.h97 struct dw_edma_region dt_region_rd[EDMA_MAX_RD_CH]; member