Home
last modified time | relevance | path

Searched refs:DMA_HI_LE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_utils.h50 #define DMA_HI_LE(x) OSAL_CPU_TO_LE32(DMA_HI(x)) macro
55 #define DMA_REGPAIR_LE(x, val) (x).hi = DMA_HI_LE((val)); \
H A Decore_spq.c299 DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()