Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c5676 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5968 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5969 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5970 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5971 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5973 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5975 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5983 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5985 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5986 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
[all …]