Searched defs:tempcl (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_init.c986 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; local
994 tempcl = SetCRT2ToRAMDAC;
998 tempcl |= SetCRT2ToLCD;
1005 tempcl |= SetCRT2ToAVIDEO;
1007 tempcl |= SetCRT2ToSVIDEO;
1009 tempcl |= SetCRT2ToSCART;
1013 tempcl |= SetCRT2ToHiVision;
1024 tempcl |= SetCRT2ToAVIDEO;
1026 tempcl |= SetCRT2ToSVIDEO;
1028 tempcl |
[all...]
H A Dvb_setmode.c1770 unsigned short tempcl, tempch, temp, tempbl, tempax; local
1774 tempcl = 0;
1783 tempcl |= ActiveCRT1;
1794 tempcl = tempcl | ActiveLCD;
1798 if (!(tempcl & ActiveLCD))
1800 tempcl |= ActiveCRT2;
1803 tempcl |= ActiveLCD;
1832 tempcl |= ActiveTV;
1837 if (tempcl
4577 XGI_GetTVPtrIndex2(unsigned short *tempbx, unsigned char *tempcl, unsigned char *tempch, struct vb_device_info *pVBInfo) argument
4811 unsigned char tempcl, tempch; local
4833 unsigned char tempcl, tempch, tempal; local
4925 short tempcl; local
[all...]
/drivers/video/fbdev/sis/
H A Dinit301.c2367 short tempcl; local
2390 tempcl = SiS_Pr->SiS_ModeType;
2409 tempcl -= ModeVGA;
2410 if(tempcl >= 0) {
2411 tempah = ((0x10 >> tempcl) | 0x80);
2424 tempcl -= ModeVGA;
2425 if(tempcl >= 0) {
2426 tempah = (0x08 >> tempcl);
5016 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; local
5076 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl);
6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local
[all...]

Completed in 87 milliseconds