Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/dw-edma/
Ddw-edma-pcie.c26 off_t ll_off; member
45 .ll_off = 0x00000000, /* 0 Kbytes */
149 dw->ll_region.vaddr += pdata->ll_off; in dw_edma_pcie_probe()
151 dw->ll_region.paddr += pdata->ll_off; in dw_edma_pcie_probe()
176 pdata->ll_bar, pdata->ll_off, pdata->ll_sz, in dw_edma_pcie_probe()
Ddw-edma-core.h85 off_t ll_off; member
Ddw-edma-core.c84 chunk->ll_region.paddr = dw->ll_region.paddr + chan->ll_off; in dw_edma_alloc_chunk()
85 chunk->ll_region.vaddr = dw->ll_region.vaddr + chan->ll_off; in dw_edma_alloc_chunk()
694 chan->ll_off = (ll_chunk * i); in dw_edma_channel_setup()
701 chan->ll_off, chan->ll_max); in dw_edma_channel_setup()