Home
last modified time | relevance | path

Searched refs:tempcl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/xgifb/
Dvb_init.c989 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local
997 tempcl = SetCRT2ToRAMDAC; in XGINew_SetModeScratch()
1001 tempcl |= SetCRT2ToLCD; in XGINew_SetModeScratch()
1008 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch()
1010 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch()
1012 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch()
1016 tempcl |= SetCRT2ToHiVision; in XGINew_SetModeScratch()
1027 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch()
1029 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch()
1031 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch()
[all …]
Dvb_setmode.c1747 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local
1751 tempcl = 0; in XGI_UpdateModeInfo()
1760 tempcl |= ActiveCRT1; in XGI_UpdateModeInfo()
1771 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo()
1775 if (!(tempcl & ActiveLCD)) { in XGI_UpdateModeInfo()
1777 tempcl |= ActiveCRT2; in XGI_UpdateModeInfo()
1781 tempcl |= ActiveLCD; in XGI_UpdateModeInfo()
1810 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
1815 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo()
1818 tempcl |= ActiveTV; in XGI_UpdateModeInfo()
[all …]
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit301.h129 unsigned short *tempcl);
130 extern unsigned short SiS_GetFIFOThresholdB300(unsigned short tempbx, unsigned short tempcl);
Dinit301.c2691 short tempcl; in SiS_SetCRT2ModeRegs() local
2714 tempcl = SiS_Pr->SiS_ModeType; in SiS_SetCRT2ModeRegs()
2733 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2734 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2735 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs()
2748 tempcl -= ModeVGA; in SiS_SetCRT2ModeRegs()
2749 if(tempcl >= 0) { in SiS_SetCRT2ModeRegs()
2750 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs()
5340 unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; in SiS_SetCRT2FIFO_300() local
5400 SiS_GetFIFOThresholdIndex300(SiS_Pr, &tempbx, &tempcl); in SiS_SetCRT2FIFO_300()
[all …]