Searched refs:tempebx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_setmode.c | 3231 unsigned long longtemp, tempeax, tempebx, temp2, tempecx; in XGI_SetGroup2() local 3540 tempebx = (tempcx & 0xFF00) >> 8; in XGI_SetGroup2() 3541 longtemp = tempeax * tempebx; in XGI_SetGroup2() 3991 unsigned long tempebx, tempeax, templong; in XGI_SetGroup4() local 4055 tempebx = pVBInfo->VDE; in XGI_SetGroup4() 4064 if (tempeax <= tempebx) { in XGI_SetGroup4() 4068 tempeax -= tempebx; in XGI_SetGroup4() 4071 templong = (tempeax * 256 * 1024) % tempebx; in XGI_SetGroup4() 4072 tempeax = (tempeax * 256 * 1024) / tempebx; in XGI_SetGroup4() 4073 tempebx = tempeax; in XGI_SetGroup4() [all …]
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | init301.c | 5678 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local 5986 tempebx = SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS() 5987 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS() 5988 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS() 6021 tempebx = tempeax << 16; in SiS_SetGroup1_LVDS() 6025 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS() 6027 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; in SiS_SetGroup1_LVDS() 6032 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS() 7726 unsigned int tempebx, tempeax, templong; in SiS_SetGroup4() local 7811 tempebx = SiS_Pr->SiS_VDE; in SiS_SetGroup4() [all …]
|