Searched refs:tempcl (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_init.c | 1108 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 1116 tempcl = SetCRT2ToRAMDAC; in XGINew_SetModeScratch() 1120 tempcl |= SetCRT2ToLCD; in XGINew_SetModeScratch() 1127 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1129 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1131 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() 1135 tempcl |= SetCRT2ToHiVisionTV; in XGINew_SetModeScratch() 1146 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1148 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1150 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() [all …]
|
D | vb_setmode.c | 3273 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 3277 tempcl = 0; in XGI_UpdateModeInfo() 3286 tempcl |= ActiveCRT1; in XGI_UpdateModeInfo() 3296 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo() 3300 if (!(tempcl & ActiveLCD)) in XGI_UpdateModeInfo() 3302 tempcl |= ActiveCRT2; in XGI_UpdateModeInfo() 3305 tempcl |= ActiveLCD; in XGI_UpdateModeInfo() 3334 tempcl |= ActiveTV; in XGI_UpdateModeInfo() 3339 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo() 3342 tempcl |= ActiveTV; in XGI_UpdateModeInfo() [all …]
|
D | XGI_main.h | 784 int XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch);
|
D | XGI_main_26.c | 1733 int XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch) in XGIDoSense() argument 1738 temp = tempbh | tempcl; in XGIDoSense()
|
/linux-2.6.39/drivers/video/sis/ |
D | init301.h | 449 unsigned short *tempcl); 450 extern unsigned short SiS_GetFIFOThresholdB300(unsigned short tempbx, unsigned short tempcl);
|
D | init301.c | 2367 short tempcl; in SiS_SetCRT2ModeRegs() local 2390 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs() 2409 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs() 2410 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs() 2411 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs() 2424 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs() 2425 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs() 2426 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs() 5016 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local 5076 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300() [all …]
|