Lines Matching refs:tempeax
5676 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5968 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5969 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5970 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5971 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5973 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5975 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5983 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5985 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5986 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
5987 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5988 tempvcfact = tempeax; in SiS_SetGroup1_LVDS()
5990 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5992 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
5994 temp = (unsigned short)((tempeax & 0x00030000) >> 16); in SiS_SetGroup1_LVDS()
5999 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
6001 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
6003 temp = (unsigned short)(((tempeax & 0x00030000) >> 16) << 6); in SiS_SetGroup1_LVDS()
6015 tempeax = SiS_Pr->SiS_VGAHDE; /* 1f = ( (VGAHDE * 65536) / ( (VGAHDE * 65536) / HDE ) ) - 1*/ in SiS_SetGroup1_LVDS()
6017 if(modeflag & HalfDCLK) tempeax >>= 1; in SiS_SetGroup1_LVDS()
6019 tempebx = tempeax << 16; in SiS_SetGroup1_LVDS()
6020 if(SiS_Pr->SiS_HDE == tempeax) { in SiS_SetGroup1_LVDS()
6030 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
6032 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
6034 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6039 tempeax = (SiS_Pr->SiS_VGAVDE << 18) / tempvcfact; in SiS_SetGroup1_LVDS()
6040 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6042 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
6045 tempeax /= tempbx; in SiS_SetGroup1_LVDS()
6046 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6153 tempeax = SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
6156 SiS_Pr->SiS_LCDResInfo == Panel_320x240_3) tempeax >>= 1; in SiS_SetGroup1_LVDS()
6157 tempeax <<= 2; /* BDxFIFOSTOP = (HDE*4)/128 */ in SiS_SetGroup1_LVDS()
6158 temp = tempeax & 0x7f; in SiS_SetGroup1_LVDS()
6159 tempeax >>= 7; in SiS_SetGroup1_LVDS()
6160 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
6161 temp = tempeax & 0x3f; in SiS_SetGroup1_LVDS()
6183 tempeax = tempax * pushcx; in SiS_SetGroup1_LVDS()
6184 temp = tempeax & 0xFF; in SiS_SetGroup1_LVDS()
6186 temp = (tempeax & 0xFF00) >> 8; in SiS_SetGroup1_LVDS()
6188 temp = ((tempeax & 0xFF0000) >> 16) | 0x10; in SiS_SetGroup1_LVDS()
6190 temp = ((tempeax & 0x01000000) >> 24) << 7; in SiS_SetGroup1_LVDS()
7724 unsigned int tempebx, tempeax, templong; in SiS_SetGroup4() local
7808 tempeax = SiS_Pr->SiS_VGAVDE; in SiS_SetGroup4()
7819 if(tempeax <= tempebx) { in SiS_SetGroup4()
7822 tempeax -= tempebx; in SiS_SetGroup4()
7825 tempeax *= (256 * 1024); in SiS_SetGroup4()
7826 templong = tempeax % tempebx; in SiS_SetGroup4()
7827 tempeax /= tempebx; in SiS_SetGroup4()
7828 if(templong) tempeax++; in SiS_SetGroup4()
7830 temp = (unsigned short)(tempeax & 0x000000FF); in SiS_SetGroup4()
7832 temp = (unsigned short)((tempeax & 0x0000FF00) >> 8); in SiS_SetGroup4()
7834 temp = (unsigned short)((tempeax >> 12) & 0x70); /* sic! */ in SiS_SetGroup4()