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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c491 unsigned long ulLoopCount, ulLockCheckIterations = 0, ulTempCount, ulVCount; local in function:MGAG200WBPIXPLLSET
577 ulVCount = INREG(MGAREG_VCOUNT);
583 if(ulTempCount < ulVCount)
585 ulVCount = 0;
587 if ((ucTempByte - ulVCount) > 2)
809 unsigned long ulLoopCount, ulLockCheckIterations = 0, ulTempCount, ulVCount; local in function:MGAG200EHPIXPLLSET
859 ulVCount = INREG(MGAREG_VCOUNT);
865 if(ulTempCount < ulVCount)
867 ulVCount = 0;
869 if ((ucTempByte - ulVCount) >
[all...]

Completed in 3 milliseconds