Home
last modified time | relevance | path

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

/TwlSDK-5.4/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 …]
/TwlSDK-5.4/include/nitro/mb/
Dmb_gameinfo.h107 void MB_SetSendVolatCallback(MBSendVolatCallbackFunc callback, u32 timing);
/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_gameinfo.c1269 void MB_SetSendVolatCallback(MBSendVolatCallbackFunc callback, u32 timing) in MB_SetSendVolatCallback() argument
1274 sSendVolatCallbackTiming = timing; in MB_SetSendVolatCallback()