Searched refs:tempah (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 1325 unsigned char tempal, tempah, tempbl, i; in XGI_GetLCDCapPtr() local 1327 tempah = xgifb_reg_get(pVBInfo->P3d4, 0x36); in XGI_GetLCDCapPtr() 1328 tempal = tempah & 0x0F; in XGI_GetLCDCapPtr() 1329 tempah = tempah & 0xF0; in XGI_GetLCDCapPtr() 1335 tempal = tempah; in XGI_GetLCDCapPtr() 1352 unsigned short tempah, tempal, tempbl, i; in XGI_GetLCDCapPtr1() local 1355 tempah = pVBInfo->LCDTypeInfo; in XGI_GetLCDCapPtr1() 1362 tempal = tempah; in XGI_GetLCDCapPtr1() 1832 unsigned short flag, tempbx, tempah; in XGI_GetVBType() local 1857 tempah = xgifb_reg_get(pVBInfo->Part4Port, 0x39); in XGI_GetVBType() [all …]
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 2690 unsigned short i, j, modeflag, tempah=0; in SiS_SetCRT2ModeRegs() local 2735 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs() 2737 } else tempah = 0x80; in SiS_SetCRT2ModeRegs() 2739 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0xA0; in SiS_SetCRT2ModeRegs() 2750 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs() 2751 if (tempah == 0) tempah = 1; in SiS_SetCRT2ModeRegs() 2752 tempah |= 0x40; in SiS_SetCRT2ModeRegs() 2754 } else tempah = 0x40; in SiS_SetCRT2ModeRegs() 2756 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0x50; in SiS_SetCRT2ModeRegs() 2762 if(SiS_Pr->SiS_VBInfo & DisableCRT2Display) tempah = 0; in SiS_SetCRT2ModeRegs() [all …]
|