Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_dw_common.c189 chan_data->lli_count = cfg->block_count; in dw_dma_config()
192 memset(chan_data->lli, 0, sizeof(struct dw_lli) * chan_data->lli_count); in dw_dma_config()
195 lli_desc_tail = &chan_data->lli[chan_data->lli_count - 1]; in dw_dma_config()
623 for (i = 0; i < chan_data->lli_count; i++) { in dw_dma_stop()
Ddma_dw_common.h228 uint32_t lli_count; /* number of lli's in the allocation */ member
Ddma_intel_adsp_gpdma.c237 for (int i = 0; i < chan_data->lli_count; i++) { in intel_adsp_gpdma_copy()