Home
last modified time | relevance | path

Searched refs:MI_DMA_TIMING_V_BLANK (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma_vblank.c45 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_V_BLANK); in MI_VBlankDmaCopy32()
84 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_V_BLANK); in MI_VBlankDmaCopy16()
122 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_V_BLANK); in MI_VBlankDmaCopy32Async()
169 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_V_BLANK); in MI_VBlankDmaCopy16Async()
Dmi_dma.c1366 || (timing == MI_DMA_TIMING_V_BLANK && dmaType == MI_DMA_TIMING_H_BLANK) in MIi_CheckAnotherAutoDMA()
1367 || (timing == MI_DMA_TIMING_H_BLANK && dmaType == MI_DMA_TIMING_V_BLANK)) in MIi_CheckAnotherAutoDMA()
1378 || timing == MI_DMA_TIMING_V_BLANK || timing == MI_DMA_TIMING_H_BLANK) in MIi_CheckAnotherAutoDMA()
/TwlSDK-5.1.0/build/libraries/mi/common/include/
Ddma_red.h238 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
245 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
/TwlSDK-5.1.0/build/libraries/os/common/include/
Ddma_red.h238 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
245 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
/TwlSDK-5.1.0/build/libraries/init/common/include/
Ddma_red.h238 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
245 MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | \
/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h54 # define MI_DMA_TIMING_V_BLANK (1UL << REG_MI_DMA0CNT_MODE_SHIFT) // start by VBlank macro
66 # define MI_DMA_TIMING_V_BLANK (1UL << REG_MI_DMA0CNT_TIMING_SHIFT) // start by VBlank
186 #define MI_CNT_VBCOPY16(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | MI_DMA_SRC_INC | MI_DM…
187 #define MI_CNT_VBCOPY32(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_V_BLANK | MI_DMA_SRC_INC | MI_DM…
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1401 case MI_DMA_TIMING_V_BLANK: in PMi_PostSleepForDma()