Searched refs:tempch (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1770 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 1775 tempch = 0; in XGI_UpdateModeInfo() 1809 tempch |= ActiveAVideo; in XGI_UpdateModeInfo() 1812 tempch |= ActiveSVideo; in XGI_UpdateModeInfo() 1815 tempch |= ActiveSCART; in XGI_UpdateModeInfo() 1819 tempch |= ActiveHiTV; in XGI_UpdateModeInfo() 1828 tempch |= ActiveYPbPr; in XGI_UpdateModeInfo() 1831 if (tempch != 0) in XGI_UpdateModeInfo() 1848 xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch); in XGI_UpdateModeInfo() 3683 tempbh, tempch; in XGI_SetLCDRegs() local [all …]
|
D | vb_init.c | 986 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 1001 tempch = SetToLCDA | EnableDualEdge; in XGINew_SetModeScratch() 1018 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1037 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1060 CR38Data |= tempch; in XGINew_SetModeScratch()
|
/linux-4.1.27/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 …]
|