Lines Matching refs:tempecx
5676 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
6021 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()
6023 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
6025 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; in SiS_SetGroup1_LVDS()
6030 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
6032 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
6034 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6035 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()
6055 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
6059 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()
6061 if(modeflag & HalfDCLK) tempecx >>= 1; in SiS_SetGroup1_LVDS()
6063 temp = (unsigned short)((tempecx & 0xFF00) >> 8); in SiS_SetGroup1_LVDS()
6065 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()