Searched refs:tempcx (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_ext.c | 29 static unsigned char XGINew_Sense(unsigned short tempbx, unsigned short tempcx, struct vb_device_in… in XGINew_Sense() argument 36 temp |= (tempcx & 0x00FF); in XGINew_Sense() 42 tempch = (tempcx & 0x7F00) >> 8; in XGINew_Sense() 175 unsigned short tempbx, tempcx, temp, i, tempch; in XGINew_SenseHiTV() local 179 tempcx = 0x0604; in XGINew_SenseHiTV() 184 temp |= (tempcx & 0x00FF); in XGINew_SenseHiTV() 190 tempch = (tempcx & 0xFF00) >> 8; in XGINew_SenseHiTV() 200 tempcx = 0x0804; in XGINew_SenseHiTV() 204 temp |= (tempcx & 0x00FF); in XGINew_SenseHiTV() 210 tempch = (tempcx & 0xFF00) >> 8; in XGINew_SenseHiTV() [all …]
|
D | vb_setmode.c | 1084 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; in XGI_SetCRT1DE() local 1116 tempcx = 8; in XGI_SetCRT1DE() 1121 tempax /= tempcx; in XGI_SetCRT1DE() 1124 tempcx = tempax; in XGI_SetCRT1DE() 1129 xgifb_reg_set(pVBInfo->P3d4, 0x01, (unsigned short) (tempcx & 0xff)); in XGI_SetCRT1DE() 1131 (unsigned short) ((tempcx & 0x0ff00) >> 10)); in XGI_SetCRT1DE() 1888 unsigned short i, tempdx, tempcx, tempbx, tempal, modeflag, table; in XGI_GetLcdPtr() local 1927 tempcx = LCDLenList[tempbx]; /* mov cl,byte ptr cs:LCDLenList[bx] */ in XGI_GetLcdPtr() 1931 tempcx = LCDDesDataLen2; in XGI_GetLcdPtr() 1933 tempcx = LVDSDesDataLen2; in XGI_GetLcdPtr() [all …]
|
D | vb_init.c | 1060 unsigned short tempbx = 0, temp, tempcx, CR3CData; in XGINew_ChkSenseStatus() local 1084 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d); in XGINew_ChkSenseStatus() 1085 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8); in XGINew_ChkSenseStatus() 1087 if (tempbx & tempcx) { in XGINew_ChkSenseStatus() 1090 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 1095 tempcx = 0x1FF0; in XGINew_ChkSenseStatus() 1100 tempbx &= tempcx; in XGINew_ChkSenseStatus()
|
/linux-2.6.39/drivers/video/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 …]
|