Searched refs:tempch (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 1747 unsigned short tempcl, tempch, temp, tempbl, tempax; in XGI_UpdateModeInfo() local 1752 tempch = 0; in XGI_UpdateModeInfo() 1787 tempch |= ActiveAVideo; in XGI_UpdateModeInfo() 1790 tempch |= ActiveSVideo; in XGI_UpdateModeInfo() 1793 tempch |= ActiveSCART; in XGI_UpdateModeInfo() 1797 tempch |= ActiveHiTV; in XGI_UpdateModeInfo() 1806 tempch |= ActiveYPbPr; in XGI_UpdateModeInfo() 1809 if (tempch != 0) in XGI_UpdateModeInfo() 1826 xgifb_reg_set(pVBInfo->P3d4, 0x3e, tempch); in XGI_UpdateModeInfo() 3658 tempbh, tempch; in XGI_SetLCDRegs() local [all …]
|
D | vb_init.c | 989 unsigned short temp, tempcl = 0, tempch = 0, CR31Data, CR38Data; in XGINew_SetModeScratch() local 1004 tempch = SetToLCDA | EnableDualEdge; in XGINew_SetModeScratch() 1021 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1040 tempch |= SetYPbPr; in XGINew_SetModeScratch() 1064 CR38Data |= tempch; in XGINew_SetModeScratch()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 6910 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; in SiS_SetGroup2() local 7169 tempch = tempcl = 0x01; in SiS_SetGroup2() 7175 tempch = 20; in SiS_SetGroup2() 7178 tempch = 25; /* OK */ in SiS_SetGroup2() 7186 longtemp = ((SiS_Pr->SiS_VGAHDE * tempch) / tempcl) << 13; in SiS_SetGroup2() 10755 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; in SiS_FinalizeLCD() local 10814 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; in SiS_FinalizeLCD() 10815 if(tempch == 3) { in SiS_FinalizeLCD() 10842 tempch = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4; in SiS_FinalizeLCD() 10847 if(tempch == 0x03) { in SiS_FinalizeLCD() [all …]
|