• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/

Lines Matching refs:tempbl

2414   unsigned short tempbl;
2443 tempbl = SiS_GetReg(SiS_Pr->SiS_P3c4,0x32);
2444 tempbl &= 0xef;
2445 tempbl |= 0x02;
2447 tempbl |= 0x10;
2448 tempbl &= 0xfd;
2450 SiS_SetReg(SiS_Pr->SiS_P3c4,0x32,tempbl);
2627 tempbl = 0xfb;
2631 tempbl = 0xff;
2634 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x13,tempbl,tempah);
2648 tempbl = 0xc0;
2652 tempbl = 0x00;
2655 SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x21,0x3f,tempbl);
2665 tempbl = 0xcf; tempbl2 = 0x3f;
2674 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2c,tempbl,tempah);
2678 tempbl = 0xcf; tempbl2 = 0x3f;
2682 tempbl = tempbl2 = 0xff;
2685 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2c,tempbl,tempah);
2695 tempbl = 0x7f;
2697 tempbl = 0xff;
2700 SiS_SetRegANDOR(SiS_Pr->SiS_Part4Port,0x23,tempbl,tempah);
2736 tempbl = 0xfb;
2739 if(SiS_IsDualEdge(SiS_Pr)) tempbl = 0xff;
2741 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x13,tempbl,tempah);
4896 unsigned short tempah=0, tempbl, infoflag;
4898 tempbl = 0xC0;
4955 tempbl = 0;
4959 tempbl = (tempah >> 6) & 0x03;
4968 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
4987 tempbl = 0;
4992 tempbl = ((SiS_Pr->SiS_LCDInfo & 0xc0) >> 6);
4997 tempbl = 0x03;
5000 tempbl = (tempah >> 6) & 0x03;
5001 tempbl |= 0x08;
5002 if(!(SiS_Pr->SiS_LCDInfo & LCDRGB18Bit)) tempbl |= 0x04;
5011 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
5017 tempah = tempbl = infoflag >> 8;
5019 tempbl = 0;
5029 tempbl = (tempah >> 6) & 0x03;
5049 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x1a,0xf0,tempbl);
5992 unsigned short tempbl=0;
6303 tempbl = 0xF0;
6306 if(!(SiS_Pr->SiS_VBInfo & SetCRT2ToTV)) tempbl = 0x0F;
6312 tempbl = 0;
6314 if(ROMAddr[0x13c] & 0x80) tempbl = 0xf0;
6318 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x2D,tempbl,temp); /* Panel Link Delay Compensation */
9010 unsigned short tempbl;
9012 tempbl = (SiS_GetCH70xx(SiS_Pr, (reg & 0xFF)) & myand) | myor;
9013 SiS_SetCH70xx(SiS_Pr, reg, tempbl);
10511 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp;
10673 tempbl = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x04);
10674 tempbx = (tempbh << 8) | tempbl;