Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dinit301.c2967 USHORT temp1=0,modeflag=0,tempcx=0; in SiS_GetRAMDAC2DATA() local
2991 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8; in SiS_GetRAMDAC2DATA()
2992 tempcx &= 0x0100; in SiS_GetRAMDAC2DATA()
2993 tempcx <<= 2; in SiS_GetRAMDAC2DATA()
2994 tempbx |= tempcx; in SiS_GetRAMDAC2DATA()
5147 USHORT tempax,tempbx,tempcx,temp; in SiS_SetGroup1_301() local
5176 if(modeflag & Charx8Dot) tempcx = 0x08; in SiS_SetGroup1_301()
5177 else tempcx = 0x09; in SiS_SetGroup1_301()
5181 tempax = ((tempax / tempcx) - 1) & 0xff; in SiS_SetGroup1_301()
5203 tempax = (tempax / tempcx) - 5; in SiS_SetGroup1_301()
[all …]