Lines Matching defs:temp1
1012 int temp1=0, temp2, i;
1020 temp1 = SiS_GetCH700x(pSiS->SiS_Pr, 0x0e); /* Power status */
1021 if((temp1 & 0x03) != 0x03) {
1032 temp1 = SiS_GetCH700x(pSiS->SiS_Pr, 0x10);
1033 if(!(temp1 & 0x08)) test[i] = 0x02;
1034 else if(!(temp1 & 0x02)) test[i] = 0x01;
1039 if(test[0] == test[1]) temp1 = test[0];
1040 else if(test[0] == test[2]) temp1 = test[0];
1041 else if(test[1] == test[2]) temp1 = test[1];
1045 temp1 = test[2];
1053 temp1 = SiS_GetCH701x(pSiS->SiS_Pr, 0x49);
1075 SiS_SetCH701x(pSiS->SiS_Pr, 0x49, temp1);
1077 temp1 = 0;
1078 if(temp2 & 0x02) temp1 |= 0x01;
1079 if(temp2 & 0x10) temp1 |= 0x01;
1080 if(temp2 & 0x04) temp1 |= 0x02;
1082 if( (temp1 & 0x01) && (temp1 & 0x02) ) temp1 = 0x04;
1086 switch(temp1) {