Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma.c1345 u32 timing; in MIi_CheckAnotherAutoDMA() local
1362 timing = dmaCnt & MI_DMA_TIMING_MASK; in MIi_CheckAnotherAutoDMA()
1365 if (timing == dmaType in MIi_CheckAnotherAutoDMA()
1366 || (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()
1373 if (timing == MI_DMA_TIMING_DISP in MIi_CheckAnotherAutoDMA()
1374 || timing == MI_DMA_TIMING_DISP_MMEM in MIi_CheckAnotherAutoDMA()
1375 || timing == MI_DMA_TIMING_CARD in MIi_CheckAnotherAutoDMA()
1376 || timing == MI_DMA_TIMING_CARTRIDGE in MIi_CheckAnotherAutoDMA()
1377 || timing == MI_DMA_TIMING_GXFIFO in MIi_CheckAnotherAutoDMA()
[all …]