Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/sis/
Dinit301.c5675 unsigned int tempeax = 0, tempebx, tempecx, tempvcfact = 0; in SiS_SetGroup1_LVDS() local
5967 tempeax = SiS_Pr->SiS_VGAVDE << 6; in SiS_SetGroup1_LVDS()
5968 temp = (tempeax % (unsigned int)SiS_Pr->SiS_VDE); in SiS_SetGroup1_LVDS()
5969 tempeax = tempeax / (unsigned int)SiS_Pr->SiS_VDE; in SiS_SetGroup1_LVDS()
5970 if(temp) tempeax++; in SiS_SetGroup1_LVDS()
5972 if(SiS_Pr->SiS_SetFlag & EnableLVDSDDA) tempeax = 0x3F; in SiS_SetGroup1_LVDS()
5974 temp = (unsigned short)(tempeax & 0x00FF); in SiS_SetGroup1_LVDS()
5982 tempeax = SiS_Pr->SiS_VGAVDE << 18; in SiS_SetGroup1_LVDS()
5984 temp = (tempeax % tempebx); in SiS_SetGroup1_LVDS()
5985 tempeax = tempeax / tempebx; in SiS_SetGroup1_LVDS()
[all …]