Searched refs:Tempdx (Results 1 – 1 of 1) sorted by relevance
404 unsigned char index, Tempax, Tempbx, Tempcx, Tempdx; in XGI_SetXG21CRTC() local414 Tempdx = XGI_CRT1Table[index].CR[5]; /* SRB */ in XGI_SetXG21CRTC()415 Tempdx &= 0xC0; /* Tempdx[7:6]: SRB[7:6] */ in XGI_SetXG21CRTC()416 Temp1 = Tempdx; /* Temp1[7:6]: HRS[9:8] */ in XGI_SetXG21CRTC()438 Tempdx >>= 6; /* Tempdx[7:6]->[1:0] HRS[9:8] */ in XGI_SetXG21CRTC()439 Tempax |= Tempdx; /* HRE[5:0]HRS[9:8] */ in XGI_SetXG21CRTC()452 Tempdx = Tempax & 0x04; /* Tempdx[2]: CR7[2] */ in XGI_SetXG21CRTC()453 Tempdx <<= 5; /* Tempdx[7]: VRS[8] */ in XGI_SetXG21CRTC()454 Tempcx |= Tempdx; /* Tempcx[7:0]: VRS[8:1] */ in XGI_SetXG21CRTC()457 Temp1 = Tempdx; /* Temp1[7]: Tempdx[7] */ in XGI_SetXG21CRTC()