Searched refs:Tempcx (Results 1 – 1 of 1) sorted by relevance
404 unsigned char index, Tempax, Tempbx, Tempcx, Tempdx; in XGI_SetXG21CRTC() local410 Tempcx = Tempax; /* Tempcx: HRS */ in XGI_SetXG21CRTC()431 Tempcx &= 0x3F; /* Tempcx[5:0]: HRS[5:0] */ in XGI_SetXG21CRTC()432 if (Tempax < Tempcx) /* HRE < HRS */ in XGI_SetXG21CRTC()451 Tempcx = Tempbx >> 1; /* Tempcx[6:0]: VRS[7:1] */ in XGI_SetXG21CRTC()454 Tempcx |= Tempdx; /* Tempcx[7:0]: VRS[8:1] */ in XGI_SetXG21CRTC()455 xgifb_reg_set(pVBInfo->P3c4, 0x34, Tempcx); /* SR34[8:1]->VRS */ in XGI_SetXG21CRTC()500 unsigned short index, Tempax, Tempbx, Tempcx; in XGI_SetXG27CRTC() local516 Tempcx = Tempax; /* Tempcx: HRE[4:0] */ in XGI_SetXG27CRTC()521 Tempcx |= Tempax; /* Tempcx[5:0]: HRE[5:0] */ in XGI_SetXG27CRTC()[all …]