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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c5432 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; local
5777 tempecx = 0xFFFF;
5779 tempecx = tempebx / SiS_Pr->SiS_HDE;
5781 if(tempebx % SiS_Pr->SiS_HDE) tempecx++;
5786 tempeax = (tempebx / tempecx) - 1;
5788 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1;
5790 tempecx = (tempecx << 16) | (tempeax & 0xFFFF);
5791 temp = (unsigned short)(tempecx & 0x00FF);
5811 temp = temp | ((tempecx >>
[all...]

Completed in 57 milliseconds