Searched refs:tempch (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/xgifb/ |
D | vb_setmode.c | 1763 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 1768 tempch = 0; in XGI_UpdateModeInfo() 1802 tempch |= ActiveAVideo; in XGI_UpdateModeInfo() 1805 tempch |= ActiveSVideo; in XGI_UpdateModeInfo() 1808 tempch |= ActiveSCART; in XGI_UpdateModeInfo() 1812 tempch |= ActiveHiTV; in XGI_UpdateModeInfo() 1821 tempch |= ActiveYPbPr; in XGI_UpdateModeInfo() 1824 if (tempch != 0) in XGI_UpdateModeInfo() 1841 xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch); in XGI_UpdateModeInfo() 3676 tempbh, tempch; in XGI_SetLCDRegs() local [all …]
|
D | vb_init.c | 983 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 998 tempch = SetToLCDA | EnableDualEdge; in XGINew_SetModeScratch() 1015 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1034 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1057 CR38Data |= tempch; in XGINew_SetModeScratch()
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | init301.c | 6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local 6845 tempch = tempcl = 0x01; in SiS_SetGroup2() 6851 tempch = 20; in SiS_SetGroup2() 6854 tempch = 25; in SiS_SetGroup2() 6856 tempch = 25; /* OK */ in SiS_SetGroup2() 6864 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2() 10444 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local 10503 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; in SiS_FinalizeLCD() 10504 if(tempch == 3) { in SiS_FinalizeLCD() 10531 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; in SiS_FinalizeLCD() [all …]
|