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