Lines Matching refs:tempecx
5354 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5699 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()
5701 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
5703 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; 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()
5713 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()
5733 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
5737 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()
5739 if(modeflag & HalfDCLK) tempecx >>= 1; in SiS_SetGroup1_LVDS()
5741 temp = (unsigned short)((tempecx & 0xFF00) >> 8); in SiS_SetGroup1_LVDS()
5743 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()