Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/sis/
H A Dinit301.c5535 tempax = (tempax * SiS_Pr->SiS_HT) / tempbx; in SiS_GetVGAHT2()
5776 if(tempax >= SiS_Pr->SiS_HT) tempax -= SiS_Pr->SiS_HT; in SiS_SetGroup1_LVDS()
6358 tempax--; in SiS_SetGroup1()
6359 if(tempcx > tempax) tempcx = tempax; in SiS_SetGroup1()
6383 tempax--; in SiS_SetGroup1()
6384 if(tempcx > tempax) tempcx = tempax; in SiS_SetGroup1()
6566 tempax = 0; in SiS_SetGroup1()
7373 if(tempax % 4) { tempax >>= 2; tempax++; } in SiS_SetGroup2()
7852 if(tempax == 960) tempax *= 25; /* Correct */ in SiS_SetGroup4()
7853 else if(tempax == 1024) tempax *= 25; in SiS_SetGroup4()
[all …]
H A Dinit.c3421 tempbx += tempax; in SiS_CalcLCDACRT1Timing()
3440 tempax >>= 1; in SiS_CalcLCDACRT1Timing()
3461 tempax = VGAHDE; in SiS_CalcLCDACRT1Timing()
3465 tempax += ((tempbx - tempax) >> 1); in SiS_CalcLCDACRT1Timing()
3475 tempax = SiS_Pr->SiS_VGAVDE; in SiS_CalcLCDACRT1Timing()
3485 tempax = 0; in SiS_CalcLCDACRT1Timing()
3492 tempax = SiS_Pr->SiS_VGAVDE; in SiS_CalcLCDACRT1Timing()
3494 tempax += (SiS_Pr->PanelYRes - tempax) >> 1; in SiS_CalcLCDACRT1Timing()
3496 tempax += SiS_Pr->PanelVRS; in SiS_CalcLCDACRT1Timing()
3498 tempax += SiS_Pr->PanelVRE; in SiS_CalcLCDACRT1Timing()
[all …]
H A Dinit301.h91 unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);
93 unsigned short SiS_GetCH701x(struct SiS_Private *SiS_Pr, unsigned short tempax);
H A Dsis.h372 extern unsigned short SiS_GetCH700x(struct SiS_Private *SiS_Pr, unsigned short tempax);