Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c85 if (i == chan->ll_max) in dw_edma_core_start()
90 idx == desc->nburst - 1 || i == chan->ll_max - 1); in dw_edma_core_start()
957 chan->ll_max = chan->ll_region.sz / EDMA_LL_SZ - 1; in dw_edma_channel_setup()
961 chan->id, chan->ll_max); in dw_edma_channel_setup()
H A Ddw-edma-core.h75 u32 ll_max; member