Searched refs:ulIterationMax (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c722 int ulIterationMax = 0; local in function:MGAG200WBPrepareForModeSwitch
742 ulIterationMax = 300;
743 while (!(ucTmpData & 0x01) && ulIterationMax)
747 ulIterationMax--;
753 if (ulIterationMax)
755 ulIterationMax = 300;
756 while ((ucTmpData & 0x02) && ulIterationMax)
760 ulIterationMax--;

Completed in 3 milliseconds