Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dste_dma40.c860 int curr_lcla = -EINVAL; in d40_log_lli_to_lcxa() local
884 curr_lcla = d40_lcla_alloc_one(chan, desc); in d40_log_lli_to_lcxa()
886 first_lcla = curr_lcla; in d40_log_lli_to_lcxa()
895 if (!linkback || curr_lcla == -EINVAL) { in d40_log_lli_to_lcxa()
898 if (curr_lcla == -EINVAL) in d40_log_lli_to_lcxa()
904 curr_lcla, in d40_log_lli_to_lcxa()
909 if (curr_lcla < 0) in d40_log_lli_to_lcxa()
914 8 * curr_lcla * 2; in d40_log_lli_to_lcxa()
927 if (linkback && curr_lcla == first_lcla) { in d40_log_lli_to_lcxa()
954 curr_lcla = next_lcla; in d40_log_lli_to_lcxa()
[all …]