Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/xgifb/
Dvb_setmode.c1083 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; in XGI_SetCRT1DE() local
1115 tempcx = 8; in XGI_SetCRT1DE()
1117 tempax /= tempcx; in XGI_SetCRT1DE()
1120 tempcx = tempax; in XGI_SetCRT1DE()
1125 xgifb_reg_set(pVBInfo->P3d4, 0x01, (unsigned short) (tempcx & 0xff)); in XGI_SetCRT1DE()
1127 (unsigned short) ((tempcx & 0x0ff00) >> 10)); in XGI_SetCRT1DE()
1786 unsigned short i, tempdx, tempcx, tempbx, tempal, modeflag, table; in XGI_GetLcdPtr() local
1827 tempcx = LCDLenList[tempbx]; in XGI_GetLcdPtr()
1831 tempcx = LCDDesDataLen2; in XGI_GetLcdPtr()
1833 tempcx = LVDSDesDataLen2; in XGI_GetLcdPtr()
[all …]
Dvb_init.c1196 unsigned short tempbx = 0, temp, tempcx, CR3CData; in XGINew_ChkSenseStatus() local
1220 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d); in XGINew_ChkSenseStatus()
1221 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8); in XGINew_ChkSenseStatus()
1223 if (tempbx & tempcx) { in XGINew_ChkSenseStatus()
1226 tempcx = 0x1FF0; in XGINew_ChkSenseStatus()
1231 tempcx = 0x1FF0; in XGINew_ChkSenseStatus()
1236 tempbx &= tempcx; in XGINew_ChkSenseStatus()
/linux-3.4.99/drivers/video/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 …]