Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dgx.c537 u32 GX_SetDefaultNDMA(u32 ndma_no) in GX_SetDefaultNDMA() argument
544 SDK_ASSERT((ndma_no <= MI_DMA_MAX_NUM) || (ndma_no == GX_DMA_NOT_USE)); in GX_SetDefaultNDMA()
553 GXi_DmaId = ndma_no; in GX_SetDefaultNDMA()
554 if(ndma_no != GX_DMA_NOT_USE) in GX_SetDefaultNDMA()
/TwlSDK-5.4/include/nitro/gx/
Dgx.h373 u32 GX_SetDefaultNDMA(u32 ndma_no);
1378 static inline void GX_InitNDMAEx(u32 ndma_no) in GX_InitNDMAEx() argument
1380 SDK_ASSERT(ndma_no <= MI_DMA_MAX_NUM || ndma_no == GX_DMA_NOT_USE); in GX_InitNDMAEx()
1382 GXi_DmaId = ndma_no; in GX_InitNDMAEx()
1383 if(ndma_no != GX_DMA_NOT_USE) in GX_InitNDMAEx()