Searched refs:tempecx (Results 1 – 1 of 1) sorted by relevance
5675 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local6020 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()6022 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()6024 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; 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()6034 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()6054 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()6058 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()[all …]