Searched defs:tempcx (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_init.c944 unsigned short tempbx = 0, temp, tempcx, CR3CData; local
968 tempcx = xgifb_reg_get(pVBInfo->P3d4, 0x3d);
969 tempcx |= (xgifb_reg_get(pVBInfo->P3d4, 0x3e) << 8);
971 if (tempbx & tempcx) {
974 tempcx = 0x1FF0;
976 tempcx = 0x1FF0;
979 tempbx &= tempcx;
H A Dvb_setmode.c685 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; local
709 tempcx = 8;
711 tempax /= tempcx;
714 tempcx = tempax;
719 xgifb_reg_set(pVBInfo->P3d4, 0x01, (unsigned short) (tempcx & 0xff));
721 (unsigned short) ((tempcx & 0x0ff00) >> 10));
1405 unsigned short tempbx, tempax, tempcx, tempdx, push1, push2, modeflag; local
1444 tempcx = pVBInfo->HDE;
1446 tempcx += tempbx;
1448 if (tempcx >
2482 unsigned short tempax, tempbx, temp1, temp2, modeflag = 0, tempcx, local
2794 u8 tempcx; local
2810 unsigned short temp = 0, tempax = 0, tempbx = 0, tempcx = 0, local
2963 unsigned short push1, push2, tempax, tempbx = 0, tempcx, temp, resinfo, local
3253 unsigned short i, j, tempax, tempbx, tempcx, temp, push1, push2, local
3682 unsigned short pushbx, tempax, tempbx, tempcx, temp, tempah, local
3883 XGI_GetTap4Ptr(unsigned short tempcx, struct vb_device_info *pVBInfo) argument
4014 unsigned short tempax, tempcx, tempbx, modeflag, temp, temp2; local
4654 XGI_SetLCDCap_A(unsigned short tempcx, struct vb_device_info *pVBInfo) argument
4679 XGI_SetLCDCap_B(unsigned short tempcx, struct vb_device_info *pVBInfo) argument
4737 unsigned short tempcx; local
[all...]
/drivers/video/fbdev/sis/
H A Dinit301.c3015 unsigned short temp1=0, modeflag=0, tempcx=0; local
3040 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8;
3041 tempcx &= 0x0100;
3042 tempcx <<= 2;
3043 tempbx |= tempcx;
5353 unsigned short push2, tempax, tempbx, tempcx, temp; local
5462 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2;
5466 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS;
5470 tempcx += tempax;
5471 if(tempcx >
5911 unsigned short temp=0, tempax=0, tempbx=0, tempcx=0, bridgeadd=0; local
6383 unsigned short tempcx; local
6586 unsigned short i, j, tempax, tempbx, tempcx, tempch, tempcl, temp; local
7407 unsigned short tempax, tempcx, tempbx, modeflag, temp, resinfo; local
[all...]

Completed in 102 milliseconds