Searched refs:tempcx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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() 1396 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; in XGI_SetLVDSRegs() local 1435 tempcx = pVBInfo->HDE; in XGI_SetLVDSRegs() 1437 tempcx += tempbx; in XGI_SetLVDSRegs() 1439 if (tempcx >= tempax) in XGI_SetLVDSRegs() [all …]
|
D | vb_init.c | 947 unsigned short tempbx = 0, temp, tempcx, CR3CData; in XGINew_ChkSenseStatus() local 971 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d); in XGINew_ChkSenseStatus() 972 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8); in XGINew_ChkSenseStatus() 974 if (tempbx & tempcx) { in XGINew_ChkSenseStatus() 977 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 979 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 982 tempbx &= tempcx; in XGINew_ChkSenseStatus()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 3339 unsigned short temp1=0, modeflag=0, tempcx=0; in SiS_GetRAMDAC2DATA() local 3364 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8; in SiS_GetRAMDAC2DATA() 3365 tempcx &= 0x0100; in SiS_GetRAMDAC2DATA() 3366 tempcx <<= 2; in SiS_GetRAMDAC2DATA() 3367 tempbx |= tempcx; in SiS_GetRAMDAC2DATA() 5677 unsigned short push2, tempax, tempbx, tempcx, temp; in SiS_SetGroup1_LVDS() local 5786 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2; in SiS_SetGroup1_LVDS() 5790 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS; in SiS_SetGroup1_LVDS() 5794 tempcx += tempax; in SiS_SetGroup1_LVDS() 5795 if(tempcx >= SiS_Pr->SiS_HT) tempcx -= SiS_Pr->SiS_HT; in SiS_SetGroup1_LVDS() [all …]
|