Searched refs:tempeax (Results 1 – 2 of 2) sorted by relevance
5354 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local5646 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()5647 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()5648 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()5649 if(temp) tempeax++; in SiS_SetGroup1_LVDS()5651 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()5653 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()5661 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()5663 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()5664 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()[all …]
3250 unsigned long longtemp, tempeax, tempebx, temp2, tempecx; in XGI_SetGroup2() local3557 tempeax = pVBInfo->VGAHDE; in XGI_SetGroup2()3559 longtemp = tempeax * tempebx; in XGI_SetGroup2()3574 tempeax = longtemp / tempecx; in XGI_SetGroup2()3576 tempeax += 1; in XGI_SetGroup2()3578 tempax = (unsigned short) tempeax; in XGI_SetGroup2()3588 tempbx = (unsigned short) (((tempeax & 0x0000FF00) & 0x1F00) in XGI_SetGroup2()3590 tempax = (unsigned short) (((tempeax & 0x000000FF) << 8) in XGI_SetGroup2()4009 unsigned long tempebx, tempeax, templong; in XGI_SetGroup4() local4079 tempeax = pVBInfo->VGAVDE; in XGI_SetGroup4()[all …]