Lines Matching defs:tempeax

5514   unsigned int   tempeax = 0, tempebx, tempecx, tempvcfact = 0;
5814 tempeax = SiS_Pr->SiS_VGAVDE << 6;
5815 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE);
5816 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE;
5817 if(temp) tempeax++;
5819 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F;
5821 temp = (unsigned short)(tempeax & 0x00FF);
5829 tempeax = SiS_Pr->SiS_VGAVDE << 18;
5831 temp = (tempeax % tempebx);
5832 tempeax = tempeax / tempebx;
5833 if(temp) tempeax++;
5834 tempvcfact = tempeax;
5836 temp = (unsigned short)(tempeax & 0x00FF);
5838 temp = (unsigned short)((tempeax & 0x00FF00) >> 8);
5840 temp = (unsigned short)((tempeax & 0x00030000) >> 16);
5845 temp = (unsigned short)(tempeax & 0x00FF);
5847 temp = (unsigned short)((tempeax & 0x00FF00) >> 8);
5849 temp = (unsigned short)(((tempeax & 0x00030000) >> 16) << 6);
5861 tempeax = SiS_Pr->SiS_VGAHDE; /* 1f = ( (VGAHDE * 65536) / ( (VGAHDE * 65536) / HDE ) ) - 1*/
5863 if(modeflag & HalfDCLK) tempeax >>= 1;
5865 tempebx = tempeax << 16;
5866 if(SiS_Pr->SiS_HDE == tempeax) {
5876 tempeax = (tempebx / tempecx) - 1;
5878 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1;
5880 tempecx = (tempecx << 16) | (tempeax & 0xFFFF);
5885 tempeax = (SiS_Pr->SiS_VGAVDE << 18) / tempvcfact;
5886 tempbx = (unsigned short)(tempeax & 0xFFFF);
5888 tempeax = SiS_Pr->SiS_VGAVDE << 6;
5891 tempeax /= tempbx;
5892 tempbx = (unsigned short)(tempeax & 0xFFFF);
5999 tempeax = SiS_Pr->SiS_HDE;
6002 SiS_Pr->SiS_LCDResInfo == Panel_320x240_3) tempeax >>= 1;
6003 tempeax <<= 2; /* BDxFIFOSTOP = (HDE*4)/128 */
6004 temp = tempeax & 0x7f;
6005 tempeax >>= 7;
6006 if(temp) tempeax++;
6007 temp = tempeax & 0x3f;
6029 tempeax = tempax * pushcx;
6030 temp = tempeax & 0xFF;
6032 temp = (tempeax & 0xFF00) >> 8;
6034 temp = ((tempeax & 0xFF0000) >> 16) | 0x10;
6036 temp = ((tempeax & 0x01000000) >> 24) << 7;
7566 unsigned int tempebx, tempeax, templong;
7650 tempeax = SiS_Pr->SiS_VGAVDE;
7661 if(tempeax <= tempebx) {
7664 tempeax -= tempebx;
7667 tempeax *= (256 * 1024);
7668 templong = tempeax % tempebx;
7669 tempeax /= tempebx;
7670 if(templong) tempeax++;
7672 temp = (unsigned short)(tempeax & 0x000000FF);
7674 temp = (unsigned short)((tempeax & 0x0000FF00) >> 8);
7676 temp = (unsigned short)((tempeax >> 12) & 0x70); /* sic! */