Lines Matching refs:timing
1345 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()
1378 || timing == MI_DMA_TIMING_V_BLANK || timing == MI_DMA_TIMING_H_BLANK) in MIi_CheckAnotherAutoDMA()