Home
last modified time | relevance | path

Searched refs:tempecx (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/sis/
Dinit301.c5354 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5699 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()
5701 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
5703 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; in SiS_SetGroup1_LVDS()
5708 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
5710 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
5712 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
5713 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()
5733 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
5737 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()
[all …]
/linux-2.6.39/drivers/staging/xgifb/
Dvb_setmode.c5242 unsigned long longtemp, tempeax, tempebx, temp2, tempecx; in XGI_SetGroup2() local
5563 tempecx = tempcx & 0x00FF; in XGI_SetGroup2()
5564 longtemp = longtemp / tempecx; in XGI_SetGroup2()
5567 tempecx = 8 * 1024; in XGI_SetGroup2()
5571 tempecx = tempecx * 8; in XGI_SetGroup2()
5574 longtemp = longtemp * tempecx; in XGI_SetGroup2()
5575 tempecx = pVBInfo->HDE; in XGI_SetGroup2()
5576 temp2 = longtemp % tempecx; in XGI_SetGroup2()
5577 tempeax = longtemp / tempecx; in XGI_SetGroup2()