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