Lines Matching refs:tempeax

5354   unsigned int   tempeax = 0, tempebx, tempecx, tempvcfact = 0;  in SiS_SetGroup1_LVDS()  local
5646 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5647 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5648 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5649 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5651 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5653 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5661 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5663 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5664 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
5665 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5666 tempvcfact = tempeax; in SiS_SetGroup1_LVDS()
5668 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5670 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
5672 temp = (unsigned short)((tempeax & 0x00030000) >> 16); in SiS_SetGroup1_LVDS()
5677 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5679 temp = (unsigned short)((tempeax & 0x00FF00) >> 8); in SiS_SetGroup1_LVDS()
5681 temp = (unsigned short)(((tempeax & 0x00030000) >> 16) << 6); in SiS_SetGroup1_LVDS()
5693 tempeax = SiS_Pr->SiS_VGAHDE; /* 1f = ( (VGAHDE * 65536) / ( (VGAHDE * 65536) / HDE ) ) - 1*/ in SiS_SetGroup1_LVDS()
5695 if(modeflag & HalfDCLK) tempeax >>= 1; in SiS_SetGroup1_LVDS()
5697 tempebx = tempeax << 16; in SiS_SetGroup1_LVDS()
5698 if(SiS_Pr->SiS_HDE == tempeax) { in SiS_SetGroup1_LVDS()
5708 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
5710 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
5712 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
5717 tempeax = (SiS_Pr->SiS_VGAVDE << 18) / tempvcfact; in SiS_SetGroup1_LVDS()
5718 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
5720 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5723 tempeax /= tempbx; in SiS_SetGroup1_LVDS()
5724 tempbx = (unsigned short)(tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
5831 tempeax = SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
5834 SiS_Pr->SiS_LCDResInfo == Panel_320x240_3) tempeax >>= 1; in SiS_SetGroup1_LVDS()
5835 tempeax <<= 2; /* BDxFIFOSTOP = (HDE*4)/128 */ in SiS_SetGroup1_LVDS()
5836 temp = tempeax & 0x7f; in SiS_SetGroup1_LVDS()
5837 tempeax >>= 7; in SiS_SetGroup1_LVDS()
5838 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5839 temp = tempeax & 0x3f; in SiS_SetGroup1_LVDS()
5861 tempeax = tempax * pushcx; in SiS_SetGroup1_LVDS()
5862 temp = tempeax & 0xFF; in SiS_SetGroup1_LVDS()
5864 temp = (tempeax & 0xFF00) >> 8; in SiS_SetGroup1_LVDS()
5866 temp = ((tempeax & 0xFF0000) >> 16) | 0x10; in SiS_SetGroup1_LVDS()
5868 temp = ((tempeax & 0x01000000) >> 24) << 7; in SiS_SetGroup1_LVDS()
7408 unsigned int tempebx, tempeax, templong; in SiS_SetGroup4() local
7492 tempeax = SiS_Pr->SiS_VGAVDE; in SiS_SetGroup4()
7503 if(tempeax <= tempebx) { in SiS_SetGroup4()
7506 tempeax -= tempebx; in SiS_SetGroup4()
7509 tempeax *= (256 * 1024); in SiS_SetGroup4()
7510 templong = tempeax % tempebx; in SiS_SetGroup4()
7511 tempeax /= tempebx; in SiS_SetGroup4()
7512 if(templong) tempeax++; in SiS_SetGroup4()
7514 temp = (unsigned short)(tempeax & 0x000000FF); in SiS_SetGroup4()
7516 temp = (unsigned short)((tempeax & 0x0000FF00) >> 8); in SiS_SetGroup4()
7518 temp = (unsigned short)((tempeax >> 12) & 0x70); /* sic! */ in SiS_SetGroup4()