Lines Matching refs:tempcl
2367 short tempcl; in SiS_SetCRT2ModeRegs() local
2390 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs()
2409 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2410 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2411 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2424 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2425 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2426 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
5016 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local
5076 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300()
5077 data = SiS_GetFIFOThresholdB300(tempbx, tempcl); in SiS_SetCRT2FIFO_300()
6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local
6845 tempch = tempcl = 0x01; in SiS_SetGroup2()
6849 tempcl = 0x20; in SiS_SetGroup2()
6863 if(modeflag & HalfDCLK) tempcl <<= 1; in SiS_SetGroup2()
6864 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2()
10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local
10610 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01); in SiS_FinalizeLCD()
10611 tempcl &= 0x0f; in SiS_FinalizeLCD()
10633 temp = ((tempbx & 0xff00) >> 4) | tempcl; in SiS_FinalizeLCD()