Searched refs:tempcl (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_init.c | 986 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 994 tempcl = SetCRT2ToRAMDAC; in XGINew_SetModeScratch() 998 tempcl |= SetCRT2ToLCD; in XGINew_SetModeScratch() 1005 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1007 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1009 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() 1013 tempcl |= SetCRT2ToHiVision; in XGINew_SetModeScratch() 1024 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1026 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1028 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() [all …]
|
D | vb_setmode.c | 1770 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 1774 tempcl = 0; in XGI_UpdateModeInfo() 1783 tempcl |= ActiveCRT1; in XGI_UpdateModeInfo() 1794 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo() 1798 if (!(tempcl & ActiveLCD)) in XGI_UpdateModeInfo() 1800 tempcl |= ActiveCRT2; in XGI_UpdateModeInfo() 1803 tempcl |= ActiveLCD; in XGI_UpdateModeInfo() 1832 tempcl |= ActiveTV; in XGI_UpdateModeInfo() 1837 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo() 1840 tempcl |= ActiveTV; in XGI_UpdateModeInfo() [all …]
|
/linux-4.1.27/drivers/video/fbdev/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 …]
|