Searched refs:tempcl (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/xgifb/ |
D | vb_init.c | 983 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 991 tempcl = SetCRT2ToRAMDAC; in XGINew_SetModeScratch() 995 tempcl |= SetCRT2ToLCD; in XGINew_SetModeScratch() 1002 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1004 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1006 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() 1010 tempcl |= SetCRT2ToHiVision; in XGINew_SetModeScratch() 1021 tempcl |= SetCRT2ToAVIDEO; in XGINew_SetModeScratch() 1023 tempcl |= SetCRT2ToSVIDEO; in XGINew_SetModeScratch() 1025 tempcl |= SetCRT2ToSCART; in XGINew_SetModeScratch() [all …]
|
D | vb_setmode.c | 1763 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 1767 tempcl = 0; in XGI_UpdateModeInfo() 1776 tempcl |= ActiveCRT1; in XGI_UpdateModeInfo() 1787 tempcl = tempcl | ActiveLCD; in XGI_UpdateModeInfo() 1791 if (!(tempcl & ActiveLCD)) in XGI_UpdateModeInfo() 1793 tempcl |= ActiveCRT2; in XGI_UpdateModeInfo() 1796 tempcl |= ActiveLCD; in XGI_UpdateModeInfo() 1825 tempcl |= ActiveTV; in XGI_UpdateModeInfo() 1830 if (tempcl & ActiveLCD) { in XGI_UpdateModeInfo() 1833 tempcl |= ActiveTV; in XGI_UpdateModeInfo() [all …]
|
/linux-4.4.14/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 …]
|