Searched refs:DMA_HI (Results 1 – 3 of 3) sorted by relevance
47 #define DMA_HI(x) ((u32)(((dma_addr_t)(x)) >> 32)) macro50 #define DMA_HI_LE(x) OSAL_CPU_TO_LE32(DMA_HI(x))
817 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(src_addr)); in ecore_dmae_execute_sub_operation()822 cmd->src_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()835 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(dst_addr)); in ecore_dmae_execute_sub_operation()840 cmd->dst_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_sub_operation()919 cmd->comp_addr_hi = OSAL_CPU_TO_LE32(DMA_HI(phys)); in ecore_dmae_execute_command()
1262 DMA_HI(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()