Home
last modified time | relevance | path

Searched refs:ll_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/dma/dw-edma/
Ddw-edma-core.h94 u32 ll_max; member
Ddw-edma-core.c407 if (chunk->bursts_alloc == chan->ll_max) { in dw_edma_device_transfer()
738 chan->ll_max = (dw->ll_region_wr[j].sz / EDMA_LL_SZ); in dw_edma_channel_setup()
740 chan->ll_max = (dw->ll_region_rd[j].sz / EDMA_LL_SZ); in dw_edma_channel_setup()
741 chan->ll_max -= 1; in dw_edma_channel_setup()
744 write ? "write" : "read", j, chan->ll_max); in dw_edma_channel_setup()