Home
last modified time | relevance | path

Searched refs:tempecx (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
6021 tempecx = 0xFFFF; in SiS_SetGroup1_LVDS()
6023 tempecx = tempebx / SiS_Pr->SiS_HDE; in SiS_SetGroup1_LVDS()
6025 if(tempebx % SiS_Pr->SiS_HDE) tempecx++; in SiS_SetGroup1_LVDS()
6030 tempeax = (tempebx / tempecx) - 1; in SiS_SetGroup1_LVDS()
6032 tempeax = ((SiS_Pr->SiS_VGAHT << 16) / tempecx) - 1; in SiS_SetGroup1_LVDS()
6034 tempecx = (tempecx << 16) | (tempeax & 0xFFFF); in SiS_SetGroup1_LVDS()
6035 temp = (unsigned short)(tempecx & 0x00FF); in SiS_SetGroup1_LVDS()
6055 temp = temp | ((tempecx >> 8) & 0x07); in SiS_SetGroup1_LVDS()
6059 tempecx >>= 16; /* BPLHCFACT */ in SiS_SetGroup1_LVDS()
[all …]