Lines Matching defs:temp2
1014 unsigned char cr5f, temp1, temp2;
1035 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1036 if((!temp1) || (temp2)) {
1689 unsigned short temp, temp1, temp2;
1697 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x00);
1702 if(temp2 == 0x55) return false;
1705 if(temp2 != 0x55) return true;
1746 unsigned short temp1 = 0, temp2 = 0;
1750 temp1 = 0xa0; temp2 = 0x08;
1753 SiS_SetRegANDOR(SiS_Pr->SiS_P3d4,0x56,0xe7,temp2);
2231 unsigned short temp1, temp2;
2236 temp1 = temp2 = (SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x62) >> 1;
2237 (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]);
2291 unsigned short temp1, temp2;
2293 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2297 if(temp2 < temp1) temp2 = temp1;
2298 return temp2;
3131 unsigned char temp1, temp2, temp3;
3148 temp2 = 0x03;
3152 temp2 = 0x0b;
3156 sisfb_write_nbridge_pci_byte(SiS_Pr, 0x8d, temp2);