Home
last modified time | relevance | path

Searched refs:DMA_HI (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_utils.h47 #define DMA_HI(x) ((u32)(((dma_addr_t)(x)) >> 32)) macro
50 #define DMA_HI_LE(x) OSAL_CPU_TO_LE32(DMA_HI(x))
H A Decore_hw.c817 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()
H A Decore_int.c1262 DMA_HI(p_hwfn->p_sb_attn->sb_phys)); in ecore_int_sb_attn_setup()