Searched refs:tempbx (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c945 unsigned short tempax, tempbx, temp; local
958 tempbx = 0;
963 tempbx |= temp;
966 tempbx |= tempax;
990 tempbx |= SetCRT2ToLCDA;
995 tempbx &= ~(SetCRT2ToYPbPr525750 | SetCRT2ToHiVision);
998 if(temp == 0x60) tempbx |= SetCRT2ToHiVision;
1000 tempbx |= SetCRT2ToYPbPr525750;
1008 tempbx |= SetCRT2ToLCDA;
1012 tempbx |
2199 unsigned short modeflag, resinfo, tempbx; local
2880 unsigned short tempbx=0, tempal=0, resinfo=0; local
3059 unsigned short tempax=0, tempbx=0, index, dotclock; local
3251 unsigned short tempax, tempbx, modeflag, romptr=0; local
5068 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; local
5267 unsigned int tempax,tempbx; local
5431 unsigned short push2, tempax, tempbx, tempcx, temp; local
5989 unsigned short temp=0, tempax=0, tempbx=0, tempcx=0, bridgeadd=0; local
6642 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
7463 unsigned short tempax, tempcx, tempbx, modeflag, temp, resinfo; local
8946 SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempbx) argument
8979 SiS_GetCH701x(struct SiS_Private *SiS_Pr, unsigned short tempbx) argument
8998 SiS_GetCH70xx(struct SiS_Private *SiS_Pr, unsigned short tempbx) argument
10511 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
10752 unsigned short tempbx=0,romptr=0; local
[all...]
H A Dinit.c3855 unsigned short modeflag, tempax, tempbx = 0, remaining = 0; local
3874 tempbx = SiS_Pr->SiS_VGAHT;
3876 tempbx = SiS_Pr->PanelHT;
3878 if(modeflag & HalfDCLK) tempbx >>= 1;
3879 remaining = tempbx % 8;
3884 tempbx = SiS_Pr->PanelHT - SiS_Pr->PanelXRes;
3889 tempbx += tempax;
3890 if(modeflag & HalfDCLK) tempbx -= VGAHDE;
3893 SiS_Pr->CHTotal = SiS_Pr->CHBlankEnd = tempbx;
3906 tempbx
[all...]
H A Dinit301.h475 extern void SiS_GetFIFOThresholdIndex300(struct SiS_Private *SiS_Pr, unsigned short *tempbx,
477 extern unsigned short SiS_GetFIFOThresholdB300(unsigned short tempbx, unsigned short tempcl);

Completed in 88 milliseconds