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