Searched refs:Tempcx (Results 1 – 1 of 1) sorted by relevance
686 unsigned char StandTableIndex, index, Tempax, Tempbx, Tempcx, Tempdx; in XGI_SetXG21CRTC() local695 Tempcx = Tempax; in XGI_SetXG21CRTC()696 Tempcx &= 0xE0; /* Tempcx: HRS[7:5] */ in XGI_SetXG21CRTC()697 Tempdx = Tempcx | Tempbx; /* Tempdx(HRE): HRS[7:5]HRE[4:0] */ in XGI_SetXG21CRTC()710 Tempcx = Tempax & 0x04; /* Tempcx: CR7[2] */ in XGI_SetXG21CRTC()711 Tempcx <<= 5; /* Tempcx[7]: VRS[8] */ in XGI_SetXG21CRTC()712 Tempdx |= Tempcx; /* Tempdx: VRS[8:1] */ in XGI_SetXG21CRTC()715 Temp1 = Tempcx << 1; /* Temp1[8]: VRS[8] unsigned char -> unsigned short */ in XGI_SetXG21CRTC()740 Tempcx = Tempax; /* Tempcx: HRS */ in XGI_SetXG21CRTC()760 Tempcx &= 0x3F; /* Tempcx[5:0]: HRS[5:0] */ in XGI_SetXG21CRTC()[all …]