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