Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/include/
Dmi_dma.h133 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType);
/TwlSDK-5.1.0/build/libraries/os/common/include/
Dmi_dma.h230 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType);
/TwlSDK-5.1.0/build/libraries/init/common/include/
Dmi_dma.h230 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType);
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma.c1341 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType) in MIi_CheckAnotherAutoDMA() argument
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()