Lines Matching refs:temp2
2528 u8 temp1, temp2; in SiS_SenseCh() local
2544 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e); in SiS_SenseCh()
2545 if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) { in SiS_SenseCh()
2549 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25); in SiS_SenseCh()
2550 if(temp2 != temp1) temp1 = temp2; in SiS_SenseCh()
2610 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2611 temp2 |= 0x01; in SiS_SenseCh()
2612 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2614 temp2 ^= 0x01; in SiS_SenseCh()
2615 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2617 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2620 if(temp2 & 0x02) temp1 |= 0x01; in SiS_SenseCh()
2621 if(temp2 & 0x10) temp1 |= 0x01; in SiS_SenseCh()
2622 if(temp2 & 0x04) temp1 |= 0x02; in SiS_SenseCh()