Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/dw-edma/
Ddw-edma-pcie.c30 off_t dt_off; member
49 .dt_off = 0x00800000, /* 8 Mbytes */
155 dw->dt_region.vaddr += pdata->dt_off; in dw_edma_pcie_probe()
157 dw->dt_region.paddr += pdata->dt_off; in dw_edma_pcie_probe()
180 pdata->dt_bar, pdata->dt_off, pdata->dt_sz, in dw_edma_pcie_probe()
Ddw-edma-core.h88 off_t dt_off; member
Ddw-edma-core.c697 chan->dt_off = (dt_chunk * i); 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()
731 write ? "write" : "read", j, chan->dt_off); in dw_edma_channel_setup()