Lines Matching defs:temp1
2557 u8 temp1, temp2;
2571 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25);
2579 if(temp2 != temp1) temp1 = temp2;
2581 if((temp1 >= 0x22) && (temp1 <= 0x50)) {
2583 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e);
2584 if((temp1 & 0x03) != 0x03) {
2595 temp1 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x10);
2596 if(!(temp1 & 0x08)) test[i] = 0x02;
2597 else if(!(temp1 & 0x02)) test[i] = 0x01;
2602 if(test[0] == test[1]) temp1 = test[0];
2603 else if(test[0] == test[2]) temp1 = test[0];
2604 else if(test[1] == test[2]) temp1 = test[1];
2608 temp1 = test[2];
2610 if(temp1 == 0x02) {
2615 } else if (temp1 == 0x01) {
2624 } else if(temp1 == 0) {
2636 temp1 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x49);
2647 SiS_SetCH701x(&ivideo->SiS_Pr, 0x49, temp1);
2648 temp1 = 0;
2649 if(temp2 & 0x02) temp1 |= 0x01;
2650 if(temp2 & 0x10) temp1 |= 0x01;
2651 if(temp2 & 0x04) temp1 |= 0x02;
2652 if( (temp1 & 0x01) && (temp1 & 0x02) ) temp1 = 0x04;
2653 switch(temp1) {