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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_setmode.c1948 USHORT Temp1, Temp2, Temp3 ; local in function:XGI_SetXG21CRTC
1979 Temp1 = Tempcx << 1 ; /* Temp1[8]: VRS[8] UCHAR -> USHORT */
1980 Temp1 |= Tempbx ; /* Temp1[8:0]: VRS[8:0] */
1983 Temp1 |= Temp2 ; /* Temp1[9:0]: VRS[9:0] */
1987 Temp2 = Temp1 & 0x3F0 ; /* Temp2[9:4]: VRS[9:4] */
1989 Temp3 = Temp1 & 0x0F ; /* Temp3[3:0]: VRS[3:0] */
1995 Temp1
[all...]

Completed in 6 milliseconds