Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mi/dmaCallback-1/src/
Dmain.c24 volatile u32 dmaCnt = 0; variable
55 DisplayCounter(0, 100, dmaCnt); in NitroMain()
199 dmaCnt = dmaCnt + (u32)arg; in myDmaCallback()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma.c1344 u32 dmaCnt; in MIi_CheckAnotherAutoDMA() local
1354 dmaCnt = *(REGType32v *)(REG_DMA0CNT_ADDR + n * 12); in MIi_CheckAnotherAutoDMA()
1357 if ((dmaCnt & MI_DMA_ENABLE) == 0) in MIi_CheckAnotherAutoDMA()
1362 timing = dmaCnt & MI_DMA_TIMING_MASK; in MIi_CheckAnotherAutoDMA()