Lines Matching refs:tempcl
2689 short tempcl; in SiS_SetCRT2ModeRegs() local
2712 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs()
2731 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2732 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2733 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2746 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2747 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2748 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
5338 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local
5398 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300()
5399 data = SiS_GetFIFOThresholdB300(tempbx, tempcl); in SiS_SetCRT2FIFO_300()
6908 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local
7167 tempch = tempcl = 0x01; in SiS_SetGroup2()
7171 tempcl = 0x20; in SiS_SetGroup2()
7183 if(modeflag & HalfDCLK) tempcl <<= 1; in SiS_SetGroup2()
7184 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2()
10753 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local
10919 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01); in SiS_FinalizeLCD()
10920 tempcl &= 0x0f; in SiS_FinalizeLCD()
10942 temp = ((tempbx & 0xff00) >> 4) | tempcl; in SiS_FinalizeLCD()