Searched refs:tempecx (Results 1 – 2 of 2) sorted by relevance
3231 unsigned long longtemp, tempeax, tempebx, temp2, tempecx; in XGI_SetGroup2() local3542 tempecx = tempcx & 0x00FF; in XGI_SetGroup2()3543 longtemp = longtemp / tempecx; in XGI_SetGroup2()3546 tempecx = 8 * 1024; in XGI_SetGroup2()3550 tempecx = tempecx * 8; in XGI_SetGroup2()3553 longtemp = longtemp * tempecx; in XGI_SetGroup2()3554 tempecx = pVBInfo->HDE; in XGI_SetGroup2()3555 temp2 = longtemp % tempecx; in XGI_SetGroup2()3556 tempeax = longtemp / tempecx; in XGI_SetGroup2()
5678 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local6023 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()6025 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()6027 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; in SiS_SetGroup1_LVDS()6032 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()6034 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()6036 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()6037 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()6057 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()6061 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()[all …]