Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dedma.h134 struct dw_edma_region ll_region_wr[HDMA_MAX_WR_CH]; member
/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c491 struct dw_edma_region *ll_region = &chip->ll_region_wr[i]; in dw_edma_pcie_probe()
566 dma_data->ll_wr[i].off, chip->ll_region_wr[i].sz, in dw_edma_pcie_probe()
567 chip->ll_region_wr[i].vaddr.io, &chip->ll_region_wr[i].paddr); in dw_edma_pcie_probe()
H A Ddw-edma-core.h187 return chan->dw->chip->ll_region_wr[chan->id].paddr; in dw_edma_core_get_ll_paddr()
H A Ddw-edma-core.c953 chan->ll_region = chip->ll_region_wr[chan->id]; in dw_edma_channel_setup()