Home
last modified time | relevance | path

Searched refs:tempcx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/xgifb/
Dvb_setmode.c685 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()
1398 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; in XGI_SetLVDSRegs() local
1437 tempcx = pVBInfo->HDE; in XGI_SetLVDSRegs()
1439 tempcx += tempbx; in XGI_SetLVDSRegs()
1441 if (tempcx >= tempax) in XGI_SetLVDSRegs()
[all …]
Dvb_init.c941 unsigned short tempbx = 0, temp, tempcx, CR3CData; in XGINew_ChkSenseStatus() local
965 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d); in XGINew_ChkSenseStatus()
966 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8); in XGINew_ChkSenseStatus()
968 if (tempbx & tempcx) { in XGINew_ChkSenseStatus()
971 tempcx = 0x1FF0; in XGINew_ChkSenseStatus()
973 tempcx = 0x1FF0; in XGINew_ChkSenseStatus()
976 tempbx &= tempcx; in XGINew_ChkSenseStatus()
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.c3015 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 …]