Searched refs:tempcx (Results 1 – 1 of 1) sorted by relevance
3336 unsigned short temp1=0, modeflag=0, tempcx=0; in SiS_GetRAMDAC2DATA() local3361 tempcx = SiS_Pr->SiS_CRT1Table[index].CR[13] << 8; in SiS_GetRAMDAC2DATA()3362 tempcx &= 0x0100; in SiS_GetRAMDAC2DATA()3363 tempcx <<= 2; in SiS_GetRAMDAC2DATA()3364 tempbx |= tempcx; in SiS_GetRAMDAC2DATA()5674 unsigned short push2, tempax, tempbx, tempcx, temp; in SiS_SetGroup1_LVDS() local5783 tempcx = (SiS_Pr->SiS_HT - tempbx) >> 2; in SiS_SetGroup1_LVDS()5787 if(SiS_Pr->PanelHRS != 999) tempcx = SiS_Pr->PanelHRS; in SiS_SetGroup1_LVDS()5791 tempcx += tempax; in SiS_SetGroup1_LVDS()5792 if(tempcx >= SiS_Pr->SiS_HT) tempcx -= SiS_Pr->SiS_HT; in SiS_SetGroup1_LVDS()[all …]