Lines Matching refs:temp2
2507 u8 temp1, temp2; in SiS_SenseCh() local
2523 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e); in SiS_SenseCh()
2524 if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) { in SiS_SenseCh()
2528 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25); in SiS_SenseCh()
2529 if(temp2 != temp1) temp1 = temp2; in SiS_SenseCh()
2589 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2590 temp2 |= 0x01; in SiS_SenseCh()
2591 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2593 temp2 ^= 0x01; in SiS_SenseCh()
2594 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2596 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2599 if(temp2 & 0x02) temp1 |= 0x01; in SiS_SenseCh()
2600 if(temp2 & 0x10) temp1 |= 0x01; in SiS_SenseCh()
2601 if(temp2 & 0x04) temp1 |= 0x02; in SiS_SenseCh()