Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma_hblank.c43 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_H_BLANK); in MI_HBlankDmaCopy32()
76 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_H_BLANK); in MI_HBlankDmaCopy16()
109 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_H_BLANK); in MI_HBlankDmaCopy32If()
142 MIi_CheckAnotherAutoDMA(dmaNo, MI_DMA_TIMING_H_BLANK); in MI_HBlankDmaCopy16If()
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.h200 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
208 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
/TwlSDK-5.1.0/build/libraries/os/common/include/
Ddma_red.h200 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
208 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
/TwlSDK-5.1.0/build/libraries/init/common/include/
Ddma_red.h200 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
208 MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | \
/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h55 # define MI_DMA_TIMING_H_BLANK (2UL << REG_MI_DMA0CNT_MODE_SHIFT) // start by HBlank macro
179 # define MI_CNT_HBCOPY16(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | MI_DMA_SRC_INC | MI_DM…
180 # define MI_CNT_HBCOPY32(size) ( MI_DMA_ENABLE | MI_DMA_TIMING_H_BLANK | MI_DMA_SRC_INC | MI_DM…
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1402 case MI_DMA_TIMING_H_BLANK: in PMi_PostSleepForDma()