Lines Matching refs:tempbh
8278 unsigned short tempbh;
8331 tempbh = SiS_GetCH701x(SiS_Pr,0x74);
8332 if((tempbh == 0xf6) || (tempbh == 0xc7)) {
8333 tempbh = SiS_GetCH701x(SiS_Pr,0x73);
8334 if(tempbh == 0xc8) {
8336 } else if(tempbh == 0xdb) {
8339 } else if(tempbh == 0xde) {
8344 if(SiS_Pr->ChipType == SIS_740) tempbh = 0x0d;
8345 else tempbh = 0x0c;
8347 for(i = 0; i < tempbh; i++) {
8351 tempbh = SiS_GetCH701x(SiS_Pr,0x1e);
8352 tempbh |= 0xc0;
8353 SiS_SetCH701x(SiS_Pr,0x1e,tempbh);
8356 tempbh = SiS_GetCH701x(SiS_Pr,0x1c);
8357 tempbh &= 0xfb;
8358 SiS_SetCH701x(SiS_Pr,0x1c,tempbh);
8360 tempbh = SiS_GetCH701x(SiS_Pr,0x64);
8361 tempbh |= 0x40;
8362 SiS_SetCH701x(SiS_Pr,0x64,tempbh);
8363 tempbh = SiS_GetCH701x(SiS_Pr,0x03);
8364 tempbh &= 0x3f;
8365 SiS_SetCH701x(SiS_Pr,0x03,tempbh);
10671 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp;
10837 tempcl = tempbh = SiS_GetReg(SiS_Pr->SiS_Part2Port,0x01);
10839 tempbh &= 0x70;
10840 tempbh >>= 4;
10842 tempbx = (tempbh << 8) | tempbl;