Searched refs:lli_count (Results 1 – 3 of 3) sorted by relevance
189 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()
228 uint32_t lli_count; /* number of lli's in the allocation */ member
237 for (int i = 0; i < chan_data->lli_count; i++) { in intel_adsp_gpdma_copy()