Lines Matching refs:tempcl
2688 short tempcl; in SiS_SetCRT2ModeRegs() local
2711 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs()
2730 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2731 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2732 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2745 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2746 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2747 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
5337 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local
5397 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300()
5398 data = SiS_GetFIFOThresholdB300(tempbx, tempcl); in SiS_SetCRT2FIFO_300()
6907 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local
7166 tempch = tempcl = 0x01; in SiS_SetGroup2()
7170 tempcl = 0x20; in SiS_SetGroup2()
7182 if(modeflag & HalfDCLK) tempcl <<= 1; in SiS_SetGroup2()
7183 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2()
10752 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local
10918 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01); in SiS_FinalizeLCD()
10919 tempcl &= 0x0f; in SiS_FinalizeLCD()
10941 temp = ((tempbx & 0xff00) >> 4) | tempcl; in SiS_FinalizeLCD()