Lines Matching defs:tempbl
2691 unsigned short tempbl;
2720 tempbl = SiS_GetReg(SiS_Pr->SiS_P3c4,0x32);
2721 tempbl &= 0xef;
2722 tempbl |= 0x02;
2724 tempbl |= 0x10;
2725 tempbl &= 0xfd;
2727 SiS_SetReg(SiS_Pr->SiS_P3c4,0x32,tempbl);
2904 tempbl = 0xfb;
2908 tempbl = 0xff;
2911 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x13,tempbl,tempah);
2925 tempbl = 0xc0;
2929 tempbl = 0x00;
2932 SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x21,0x3f,tempbl);
2942 tempbl = 0xcf; tempbl2 = 0x3f;
2951 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2c,tempbl,tempah);
2955 tempbl = 0xcf; tempbl2 = 0x3f;
2959 tempbl = tempbl2 = 0xff;
2962 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2c,tempbl,tempah);
2972 tempbl = 0x7f;
2974 tempbl = 0xff;
2977 SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x23,tempbl,tempah);
3013 tempbl = 0xfb;
3016 if(SiS_IsDualEdge(SiS_Pr)) tempbl = 0xff;
3018 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x13,tempbl,tempah);
5166 unsigned short tempah=0, tempbl, infoflag;
5168 tempbl = 0xC0;
5225 tempbl = 0;
5229 tempbl = (tempah >> 6) & 0x03;
5238 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
5257 tempbl = 0;
5262 tempbl = ((SiS_Pr->SiS_LCDInfo & 0xc0) >> 6);
5267 tempbl = 0x03;
5270 tempbl = (tempah >> 6) & 0x03;
5271 tempbl |= 0x08;
5272 if(!(SiS_Pr->SiS_LCDInfo & LCDRGB18Bit)) tempbl |= 0x04;
5281 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
5287 tempah = tempbl = infoflag >> 8;
5289 tempbl = 0;
5299 tempbl = (tempah >> 6) & 0x03;
5319 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
6236 unsigned short tempbl=0;
6547 tempbl = 0xF0;
6550 if(!(SiS_Pr->SiS_VBInfo & SetCRT2ToTV)) tempbl = 0x0F;
6556 tempbl = 0;
6558 if(ROMAddr[0x13c] & 0x80) tempbl = 0xf0;
6562 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2D,tempbl,temp); /* Panel Link Delay Compensation */
9264 unsigned short tempbl;
9266 tempbl = (SiS_GetCH70xx(SiS_Pr, (reg & 0xFF)) & myand) | myor;
9267 SiS_SetCH70xx(SiS_Pr, reg, tempbl);
10753 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp;
10923 tempbl = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x04);
10924 tempbx = (tempbh << 8) | tempbl;