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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_setmode.c9339 ULONG tempData; local in function:XGI_SetPhaseIncr
9342 tempData = TVPhaseList[tempbx];
9345 (USHORT) (tempData & 0x000000FF));
9347 (USHORT) ((tempData & 0x0000FF00) >> 8));
9349 (USHORT) ((tempData & 0x00FF0000) >> 16));
9351 (USHORT) ((tempData & 0xFF000000) >> 24));

Completed in 23 milliseconds