Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/dw-edma/
Ddw-edma-pcie.c224 struct dw_edma_region *ll_region = &chip->ll_region_wr[i]; in dw_edma_pcie_probe()
291 vsec_data.ll_wr[i].off, chip->ll_region_wr[i].sz, in dw_edma_pcie_probe()
292 chip->ll_region_wr[i].vaddr, &chip->ll_region_wr[i].paddr); in dw_edma_pcie_probe()
Ddw-edma-core.c84 chunk->ll_region.paddr = chip->ll_region_wr[chan->id].paddr; in dw_edma_alloc_chunk()
85 chunk->ll_region.vaddr = chip->ll_region_wr[chan->id].vaddr; in dw_edma_alloc_chunk()
750 chan->ll_max = (chip->ll_region_wr[j].sz / EDMA_LL_SZ); in dw_edma_channel_setup()
/Linux-v6.1/include/linux/dma/
Dedma.h74 struct dw_edma_region ll_region_wr[EDMA_MAX_WR_CH]; member