Searched refs:p_command (Results 1 – 1 of 1) sorted by relevance
566 if ((((!p_command->dst_addr_lo) && (!p_command->dst_addr_hi)) || in ecore_dmae_post_command()567 ((!p_command->src_addr_lo) && (!p_command->src_addr_hi)))) { in ecore_dmae_post_command()573 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()574 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()575 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()576 OSAL_LE32_TO_CPU(p_command->src_addr_hi), in ecore_dmae_post_command()577 OSAL_LE32_TO_CPU(p_command->src_addr_lo), in ecore_dmae_post_command()588 OSAL_LE32_TO_CPU(p_command->opcode), in ecore_dmae_post_command()589 OSAL_LE16_TO_CPU(p_command->opcode_b), in ecore_dmae_post_command()590 OSAL_LE16_TO_CPU(p_command->length_dw), in ecore_dmae_post_command()[all …]