Searched refs:next_lcla (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/dma/
H A Dste_dma40.c884 int next_lcla; d40_log_lli_to_lcxa() local
887 next_lcla = d40_lcla_alloc_one(chan, desc); d40_log_lli_to_lcxa()
889 next_lcla = linkback ? first_lcla : -EINVAL; d40_log_lli_to_lcxa()
891 if (cyclic || next_lcla == -EINVAL) d40_log_lli_to_lcxa()
899 next_lcla, flags); d40_log_lli_to_lcxa()
904 * next_lcla fails... d40_log_lli_to_lcxa()
909 next_lcla, flags); d40_log_lli_to_lcxa()
921 curr_lcla = next_lcla; d40_log_lli_to_lcxa()

Completed in 110 milliseconds