Searched refs:DMA_HI (Results 1 – 3 of 3) sorted by relevance
18 #define DMA_HI(x) ((u32)(((dma_addr_t)(x)) >> 32)) macro21 #define DMA_HI_LE(x) OSAL_CPU_TO_LE32(DMA_HI(x))
756 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(src_addr)); in ecore_dmae_execute_sub_operation()761 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()774 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(dst_addr)); in ecore_dmae_execute_sub_operation()779 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()877 cmd->comp_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_command()
1412 DMA_HI(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()