Searched refs:tempah (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1334 unsigned char tempal, tempah, tempbl, i; in XGI_GetLCDCapPtr() local 1336 tempah = xgifb_reg_get(pVBInfo->P3d4, 0x36); in XGI_GetLCDCapPtr() 1337 tempal = tempah & 0x0F; in XGI_GetLCDCapPtr() 1338 tempah = tempah & 0xF0; in XGI_GetLCDCapPtr() 1344 tempal = tempah; in XGI_GetLCDCapPtr() 1361 unsigned short tempah, tempal, tempbl, i; in XGI_GetLCDCapPtr1() local 1364 tempah = pVBInfo->LCDTypeInfo; in XGI_GetLCDCapPtr1() 1371 tempal = tempah; in XGI_GetLCDCapPtr1() 1854 unsigned short flag, tempbx, tempah; in XGI_GetVBType() local 1879 tempah = xgifb_reg_get(pVBInfo->Part4Port, 0x39); in XGI_GetVBType() [all …]
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init301.c | 2366 unsigned short i, j, modeflag, tempah=0; in SiS_SetCRT2ModeRegs() local 2411 tempah = ((0x10 >> tempcl) | 0x80); in SiS_SetCRT2ModeRegs() 2413 } else tempah = 0x80; in SiS_SetCRT2ModeRegs() 2415 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0xA0; in SiS_SetCRT2ModeRegs() 2426 tempah = (0x08 >> tempcl); in SiS_SetCRT2ModeRegs() 2427 if (tempah == 0) tempah = 1; in SiS_SetCRT2ModeRegs() 2428 tempah |= 0x40; in SiS_SetCRT2ModeRegs() 2430 } else tempah = 0x40; in SiS_SetCRT2ModeRegs() 2432 if(SiS_Pr->SiS_VBInfo & SetInSlaveMode) tempah ^= 0x50; in SiS_SetCRT2ModeRegs() 2438 if(SiS_Pr->SiS_VBInfo & DisableCRT2Display) tempah = 0; in SiS_SetCRT2ModeRegs() [all …]
|