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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.c214 void DelayUS(ULONG MicroSeconds) function in typeref:typename:void
816 DelayUS(800);
895 DelayUS( 3000 ) ; /* Delay 67 x 3 Delay15us */
905 DelayUS( 60 ) ;
915 DelayUS( 1000 ) ;
917 DelayUS( 500 ) ;
945 DelayUS( 3000 ) ; /* Delay 67 x 3 Delay15us */
955 DelayUS( 60 ) ;
961 DelayUS( 1000 ) ;
963 DelayUS( 50
[all...]
H A Dxgi.h980 #define DelayUS(microsec) usleep((microsec)) macro
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_vgatool.h171 #define DelayUS(x) usleep(x) macro
172 #define DelayMS(x) DelayUS(1000*x)
H A Dast_vgatool.c131 DelayUS(100);
149 DelayUS(100);

Completed in 12 milliseconds