Searched refs:length_mod (Results 1 – 2 of 2) sorted by relevance
895 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; in ecore_dmae_execute_command() local924 length_mod = size_in_dwords % length_limit; in ecore_dmae_execute_command()944 length_cur = (cnt_split == i) ? length_mod : length_limit; in ecore_dmae_execute_command()
999 u16_t length_mod = 0; in lm_dmae_context_execute_single_block() local1004 length_mod = operation->blocks[0].length % length_limit; in lm_dmae_context_execute_single_block()1045 length_current = (cnt_split==i)? length_mod : length_limit ; in lm_dmae_context_execute_single_block()