Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dinit301.c5678 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5970 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5971 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5972 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5973 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5975 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5977 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5985 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5987 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5988 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
[all …]
/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c3231 unsigned long longtemp, tempeax, tempebx, temp2, tempecx; in XGI_SetGroup2() local
3539 tempeax = pVBInfo->VGAHDE; in XGI_SetGroup2()
3541 longtemp = tempeax * tempebx; in XGI_SetGroup2()
3556 tempeax = longtemp / tempecx; in XGI_SetGroup2()
3558 tempeax += 1; in XGI_SetGroup2()
3560 tempax = (unsigned short)tempeax; in XGI_SetGroup2()
3570 tempbx = (unsigned short)(((tempeax & 0x0000FF00) & 0x1F00) in XGI_SetGroup2()
3572 tempax = (unsigned short)(((tempeax & 0x000000FF) << 8) in XGI_SetGroup2()
3991 unsigned long tempebx, tempeax, templong; in XGI_SetGroup4() local
4061 tempeax = pVBInfo->VGAVDE; in XGI_SetGroup4()
[all …]