Searched refs:DMAE_COMPLETION_VAL (Results 1 – 4 of 4) sorted by relevance
83 #define DMAE_COMPLETION_VAL 0xAED10000 macro86 #define DMAE_COMPLETION_VAL 0xD1AE macro
779 while (*p_hwfn->dmae_info.p_completion_word != DMAE_COMPLETION_VAL) { in ecore_dmae_operation_wait()785 DMAE_COMPLETION_VAL); in ecore_dmae_operation_wait()920 cmd->comp_val = OSAL_CPU_TO_LE32(DMAE_COMPLETION_VAL); in ecore_dmae_execute_command()
370 DMAE_COMPLETION_VAL); in lm_dmae_operation_create()615 …>completion_value = context->change_endianity ? DMAE_COMPLETION_VAL_SWAPPED : DMAE_COMPLETION_VAL ; in lm_dmae_context_create()617 context->completion_value = DMAE_COMPLETION_VAL; in lm_dmae_context_create()
92 #define DMAE_COMPLETION_VAL 0xD1AE // local completion word value with edianity mode 2… macro