Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma_gxcommand.c259 MIi_DmaSetParameters(dmaNo, (u32)src, (u32)REG_GXFIFO_ADDR, MI_CNT_GXCOPY(commandLength), 0); in MI_SendGXCommandFast()
/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h203 # define MI_CNT_GXCOPY(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_GXFIFO | MI_DMA_SRC_INC | MI_DMA… macro
204 # define MI_CNT_GXCOPY_IF(size) ( MI_CNT_GXCOPY(size) | MI_DMA_IF_ENABLE )