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

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v.h346 #define SPIN_LIMIT 1000000 macro
352 ((VGAIN8(vgaIOBase + 0x0A) & 0x08) == 0x00) && _spin_me <= SPIN_LIMIT; \
354 if (_spin_me > SPIN_LIMIT) \
357 ((VGAIN8(vgaIOBase + 0x0A) & 0x08) == 0x08) && _spin_me <= SPIN_LIMIT; \
359 if (_spin_me > SPIN_LIMIT) \
362 ((VGAIN8(vgaIOBase + 0x0A) & 0x08) == 0x00) && _spin_me <= SPIN_LIMIT; \
364 if (_spin_me > SPIN_LIMIT) \
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi.h339 #define SPIN_LIMIT 1000000 macro
346 for (_spin_me = SPIN_LIMIT; \
352 for (_spin_me = SPIN_LIMIT; \
358 for (_spin_me = SPIN_LIMIT; \

Completed in 3 milliseconds