Searched refs:tempcx (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 685 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; in XGI_SetCRT1DE() local 709 tempcx = 8; in XGI_SetCRT1DE() 711 tempax /= tempcx; in XGI_SetCRT1DE() 714 tempcx = tempax; in XGI_SetCRT1DE() 719 xgifb_reg_set(pVBInfo->P3d4, 0x01, (unsigned short) (tempcx & 0xff)); in XGI_SetCRT1DE() 721 (unsigned short) ((tempcx & 0x0ff00) >> 10)); in XGI_SetCRT1DE() 1405 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; in XGI_SetLVDSRegs() local 1444 tempcx = pVBInfo->HDE; in XGI_SetLVDSRegs() 1446 tempcx += tempbx; in XGI_SetLVDSRegs() 1448 if (tempcx >= tempax) in XGI_SetLVDSRegs() [all …]
|
D | vb_init.c | 944 unsigned short tempbx = 0, temp, tempcx, CR3CData; in XGINew_ChkSenseStatus() local 968 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d); in XGINew_ChkSenseStatus() 969 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8); in XGINew_ChkSenseStatus() 971 if (tempbx & tempcx) { in XGINew_ChkSenseStatus() 974 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 976 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 979 tempbx &= tempcx; in XGINew_ChkSenseStatus()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | init301.c | 3015 unsigned short temp1=0, modeflag=0, tempcx=0; in SiS_GetRAMDAC2DATA() local 3040 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8; in SiS_GetRAMDAC2DATA() 3041 tempcx &= 0x0100; in SiS_GetRAMDAC2DATA() 3042 tempcx <<= 2; in SiS_GetRAMDAC2DATA() 3043 tempbx |= tempcx; in SiS_GetRAMDAC2DATA() 5353 unsigned short push2, tempax, tempbx, tempcx, temp; in SiS_SetGroup1_LVDS() local 5462 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2; in SiS_SetGroup1_LVDS() 5466 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS; in SiS_SetGroup1_LVDS() 5470 tempcx += tempax; in SiS_SetGroup1_LVDS() 5471 if(tempcx >= SiS_Pr->SiS_HT) tempcx -= SiS_Pr->SiS_HT; in SiS_SetGroup1_LVDS() [all …]
|