Lines Matching refs:tempbh
8427 unsigned short tempbh;
8480 tempbh = SiS_GetCH701x(SiS_Pr,0x74);
8481 if((tempbh == 0xf6) || (tempbh == 0xc7)) {
8482 tempbh = SiS_GetCH701x(SiS_Pr,0x73);
8483 if(tempbh == 0xc8) {
8485 } else if(tempbh == 0xdb) {
8488 } else if(tempbh == 0xde) {
8493 if(SiS_Pr->ChipType == SIS_740) tempbh = 0x0d;
8494 else tempbh = 0x0c;
8496 for(i = 0; i < tempbh; i++) {
8500 tempbh = SiS_GetCH701x(SiS_Pr,0x1e);
8501 tempbh |= 0xc0;
8502 SiS_SetCH701x(SiS_Pr,0x1e,tempbh);
8505 tempbh = SiS_GetCH701x(SiS_Pr,0x1c);
8506 tempbh &= 0xfb;
8507 SiS_SetCH701x(SiS_Pr,0x1c,tempbh);
8509 tempbh = SiS_GetCH701x(SiS_Pr,0x64);
8510 tempbh |= 0x40;
8511 SiS_SetCH701x(SiS_Pr,0x64,tempbh);
8512 tempbh = SiS_GetCH701x(SiS_Pr,0x03);
8513 tempbh &= 0x3f;
8514 SiS_SetCH701x(SiS_Pr,0x03,tempbh);
10753 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp;
10919 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01);
10921 tempbh &= 0x70;
10922 tempbh >>= 4;
10924 tempbx = (tempbh << 8) | tempbl;