Lines Matching refs:tempcl
2691 short tempcl; in SiS_SetCRT2ModeRegs() local
2714 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs()
2733 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2734 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2735 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2748 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2749 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2750 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
5340 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local
5400 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300()
5401 data = SiS_GetFIFOThresholdB300(tempbx, tempcl); in SiS_SetCRT2FIFO_300()
6910 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local
7169 tempch = tempcl = 0x01; in SiS_SetGroup2()
7173 tempcl = 0x20; in SiS_SetGroup2()
7185 if(modeflag & HalfDCLK) tempcl <<= 1; in SiS_SetGroup2()
7186 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2()
10755 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local
10921 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01); in SiS_FinalizeLCD()
10922 tempcl &= 0x0f; in SiS_FinalizeLCD()
10944 temp = ((tempbx & 0xff00) >> 4) | tempcl; in SiS_FinalizeLCD()