Searched refs:tempcx (Results 1 – 1 of 1) sorted by relevance
3337 unsigned short temp1=0, modeflag=0, tempcx=0; in SiS_GetRAMDAC2DATA() local3362 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8; in SiS_GetRAMDAC2DATA()3363 tempcx &= 0x0100; in SiS_GetRAMDAC2DATA()3364 tempcx <<= 2; in SiS_GetRAMDAC2DATA()3365 tempbx |= tempcx; in SiS_GetRAMDAC2DATA()5675 unsigned short push2, tempax, tempbx, tempcx, temp; in SiS_SetGroup1_LVDS() local5784 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2; in SiS_SetGroup1_LVDS()5788 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS; in SiS_SetGroup1_LVDS()5792 tempcx += tempax; in SiS_SetGroup1_LVDS()5793 if(tempcx >= SiS_Pr->SiS_HT) tempcx -= SiS_Pr->SiS_HT; in SiS_SetGroup1_LVDS()[all …]