Lines Matching refs:temp2
2504 u8 temp1, temp2; in SiS_SenseCh() local
2520 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x0e); in SiS_SenseCh()
2521 if(((temp2 & 0x07) == 0x01) || (temp2 & 0x04)) { in SiS_SenseCh()
2525 temp2 = SiS_GetCH700x(&ivideo->SiS_Pr, 0x25); in SiS_SenseCh()
2526 if(temp2 != temp1) temp1 = temp2; in SiS_SenseCh()
2586 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2587 temp2 |= 0x01; in SiS_SenseCh()
2588 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2590 temp2 ^= 0x01; in SiS_SenseCh()
2591 SiS_SetCH701x(&ivideo->SiS_Pr, 0x20, temp2); in SiS_SenseCh()
2593 temp2 = SiS_GetCH701x(&ivideo->SiS_Pr, 0x20); in SiS_SenseCh()
2596 if(temp2 & 0x02) temp1 |= 0x01; in SiS_SenseCh()
2597 if(temp2 & 0x10) temp1 |= 0x01; in SiS_SenseCh()
2598 if(temp2 & 0x04) temp1 |= 0x02; in SiS_SenseCh()