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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.c201 static int XGINew_ReadWriteRest( USHORT StopAddr, USHORT StartAddr,
203 static int XGI45New_ReadWriteRest(USHORT StopAddr, USHORT StartAddr,
2321 int XGINew_ReadWriteRest( USHORT StopAddr, USHORT StartAddr, argument
2329 for( i = StartAddr ; i <= StopAddr ; i++ )
2342 for( i = StartAddr ; i <= StopAddr ; i++ )
2358 int XGI45New_ReadWriteRest(USHORT StopAddr, USHORT StartAddr, argument
2366 for( i = StartAddr ; i <= StopAddr ; i++ )
2374 Position = ( 1 << StopAddr ) + ( 1 << ( StopAddr - 1 ) );
2385 for( i = StartAddr ; i <= StopAddr ;
[all...]

Completed in 4 milliseconds