Searched refs:dmaType (Results 1 – 4 of 4) sorted by relevance
133 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType);
230 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType);
1341 void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType) in MIi_CheckAnotherAutoDMA() argument1365 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()