Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_utility.c62 BOOL isNew = ((channel & MI_DMA_USING_NEW) != 0); in CARDi_GetDmaInterface()
63 channel &= ~MI_DMA_USING_NEW; in CARDi_GetDmaInterface()
/TwlSDK-5.1.0/include/nitro/mi/
Ddma.h40 #define MI_DMA_USING_NEW 0x00000010UL macro