Lines Matching refs:tempeax

5675   unsigned int   tempeax = 0, tempebx, tempecx, tempvcfact = 0;  in SiS_SetGroup1_LVDS()  local
5967 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5968 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5969 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5970 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5972 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5974 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5982 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5984 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5985 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
5986 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5987 tempvcfact = tempeax; in SiS_SetGroup1_LVDS()
5989 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5991 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
5993 temp = (unsigned short)((tempeax & 0x00030000) >> 16); in SiS_SetGroup1_LVDS()
5998 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
6000 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
6002 temp = (unsigned short)(((tempeax & 0x00030000) >> 16) << 6); in SiS_SetGroup1_LVDS()
6014 tempeax = SiS_Pr->SiS_VGAHDE; /* 1f = ( (VGAHDE * 65536) / ( (VGAHDE * 65536) / HDE ) ) - 1*/ in SiS_SetGroup1_LVDS()
6016 if(modeflag & HalfDCLK) tempeax >>= 1; in SiS_SetGroup1_LVDS()
6018 tempebx = tempeax << 16; in SiS_SetGroup1_LVDS()
6019 if(SiS_Pr->SiS_HDE == tempeax) { in SiS_SetGroup1_LVDS()
6029 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
6031 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
6033 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6038 tempeax = (SiS_Pr->SiS_VGAVDE << 18) / tempvcfact; in SiS_SetGroup1_LVDS()
6039 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6041 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
6044 tempeax /= tempbx; in SiS_SetGroup1_LVDS()
6045 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6152 tempeax = SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
6155 SiS_Pr->SiS_LCDResInfo == Panel_320x240_3) tempeax >>= 1; in SiS_SetGroup1_LVDS()
6156 tempeax <<= 2; /* BDxFIFOSTOP = (HDE*4)/128 */ in SiS_SetGroup1_LVDS()
6157 temp = tempeax & 0x7f; in SiS_SetGroup1_LVDS()
6158 tempeax >>= 7; in SiS_SetGroup1_LVDS()
6159 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
6160 temp = tempeax & 0x3f; in SiS_SetGroup1_LVDS()
6182 tempeax = tempax * pushcx; in SiS_SetGroup1_LVDS()
6183 temp = tempeax & 0xFF; in SiS_SetGroup1_LVDS()
6185 temp = (tempeax & 0xFF00) >> 8; in SiS_SetGroup1_LVDS()
6187 temp = ((tempeax & 0xFF0000) >> 16) | 0x10; in SiS_SetGroup1_LVDS()
6189 temp = ((tempeax & 0x01000000) >> 24) << 7; in SiS_SetGroup1_LVDS()
7723 unsigned int tempebx, tempeax, templong; in SiS_SetGroup4() local
7807 tempeax = SiS_Pr->SiS_VGAVDE; in SiS_SetGroup4()
7818 if(tempeax <= tempebx) { in SiS_SetGroup4()
7821 tempeax -= tempebx; in SiS_SetGroup4()
7824 tempeax *= (256 * 1024); in SiS_SetGroup4()
7825 templong = tempeax % tempebx; in SiS_SetGroup4()
7826 tempeax /= tempebx; in SiS_SetGroup4()
7827 if(templong) tempeax++; in SiS_SetGroup4()
7829 temp = (unsigned short)(tempeax & 0x000000FF); in SiS_SetGroup4()
7831 temp = (unsigned short)((tempeax & 0x0000FF00) >> 8); in SiS_SetGroup4()
7833 temp = (unsigned short)((tempeax >> 12) & 0x70); /* sic! */ in SiS_SetGroup4()