Lines Matching defs:tempah

126 void XGI_SetPanelPower(USHORT tempah, USHORT tempbl, PVB_DEVICE_INFO pVBInfo);
1778 USHORT temp, tempah, j, modeflag, ResInfo, DisplayType;
3666 USHORT flag, tempbx, tempah;
3684 tempah = XGI_GetReg((XGIIOADDRESS) pVBInfo->Part4Port,
3686 if (tempah != 0xFF)
6290 tempcx, temp, tempah, tempbh, tempch, resinfo, modeflag, CRT1Index;
6386 tempah = tempch;
6387 tempah = tempah << 3;
6388 tempah |= tempbh;
6389 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part2Port, 0x02, tempah);
7618 UCHAR tempah;
7620 tempah = (UCHAR) XGI_GetReg((XGIIOADDRESS) pVBInfo->P3d4, 0x3A);
7621 if (tempah & BacklightControlBit)
7728 XGI_SetPanelPower(USHORT tempah, USHORT tempbl, PVB_DEVICE_INFO pVBInfo)
7732 tempah);
7734 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->P3c4, 0x11, tempbl, tempah);
8481 USHORT tempbx, tempah;
8484 tempah = ~((USHORT) XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x2E));
8487 if (!(tempah & 0x08)) /* Chk LCDA Mode */
8494 if (tempah & 0x01) /* Chk LCDB Mode */
8510 USHORT tempbx, tempah;
8514 tempah = ~((USHORT) XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x2E));
8517 if (!(tempah & 0x08)) /* Chk LCDA Mode */
8524 if (tempah & 0x01) /* Chk LCDB Mode */
8540 UCHAR tempal, tempah, tempbl, i;
8542 tempah = XGI_GetReg((XGIIOADDRESS) pVBInfo->P3d4, 0x36);
8543 tempal = tempah & 0x0F;
8544 tempah = tempah & 0xF0;
8550 tempal = tempah;
8575 USHORT tempah, tempal, tempbl, i;
8578 tempah = pVBInfo->LCDTypeInfo;
8585 tempal = tempah;
8640 USHORT tempbl, tempah;
8666 tempah = 0x02;
8670 tempah = 0x00;
8673 XGI_SetPanelPower(tempah, tempbl, pVBInfo);
8701 tempah =
8703 tempah &= 0xDF;
8706 tempah |= 0x20;
8708 XGI_SetReg((XGIIOADDRESS) pVBInfo->P3c4, 0x32, tempah);
8713 tempah =
8717 if (!(tempah & 0x80))
8737 tempah = 0x00;
8740 tempah = 0xc0;
8745 tempah = tempah & 0x40;
8747 tempah = tempah ^ 0xC0;
8750 tempah &= 0xBF;
8753 tempah &= 0x7F;
8756 tempah |= 0x40;
8759 tempah |= 0x80;
8765 XGI_SetRegOR((XGIIOADDRESS) pVBInfo->Part4Port, 0x1F, tempah); /* EnablePart4_1F */
8788 tempah = (UCHAR) XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x2E);
8789 if (!(tempah & 0x80))
8815 tempah = 0x01;
8820 tempah = 0x00;
8822 XGI_SetPanelPower(tempah, tempbl, pVBInfo);
8837 USHORT tempax, tempbx, tempah = 0, tempbl = 0;
8872 tempah = 0x3F;
8876 tempah = 0x7F; /* Disable Channel A */
8878 tempah = 0xBF; /* Disable Channel B */
8881 tempah &= 0xBF; /* force to disable Cahnnel */
8884 tempah &= 0x7F; /* Force to disable Channel B */
8889 XGI_SetRegAND((XGIIOADDRESS) pVBInfo->Part4Port, 0x1F, tempah); /* disable part4_1f */
8929 tempah = XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x00); /* save Part1 index 0 */
8932 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x00, tempah); /* restore Part1 index 0 */
8961 tempah = 0x00;
8965 tempah = 0x04;
8969 XGI_SetPanelPower(tempah, tempbl, pVBInfo);
9055 UCHAR tempah, tempbl, tempbh;
9096 tempah = XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x2D);
9099 tempah &= 0xF0;
9100 tempah |= tempbl;
9104 tempah &= 0x0F;
9105 tempah |= tempbh;
9107 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x2D, tempah);
9117 tempah = pVBInfo->LCDCapList[ XGI_GetLCDCapPtr(pVBInfo) ].LCD_DelayCompensation ; /* / Get LCD Delay */
9118 tempah &= 0x0f ;
9119 tempah = tempah << 4 ;
9120 XGI_SetRegANDOR( (XGIIOADDRESS) pVBInfo->Part1Port , 0x2D , 0x0f , tempah ) ;
9271 UCHAR tempah;
9287 tempah = TVAntiFlickList[tempbx];
9288 tempah = tempah << 4;
9290 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->Part2Port, 0x0A, 0x8F, tempah);
9305 UCHAR tempah;
9319 tempah = TVEdgeList[tempbx];
9320 tempah = tempah << 5;
9322 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->Part2Port, 0x3A, 0x1F, tempah);
9525 UCHAR tempah;
9528 tempah = 0;
9530 tempah = XGI_GetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x00);
9531 tempah &= ~0x10; /* BTRAMDAC */
9532 tempah |= 0x40; /* BTRAM */
9535 tempah = 0x40; /* BTDRAM */
9540 tempah = (0x008 >> tempcl); /* BT Color */
9541 if (tempah == 0)
9542 tempah = 1;
9543 tempah |= 0x040;
9547 tempah ^= 0x50; /* BTDAC */
9554 tempah = 0 ;
9557 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part1Port , 0x00 , tempah ) ;
9566 tempah=(0x008>>tempcl) ;
9567 if ( tempah == 0 )
9568 tempah = 1 ;
9569 tempah |= 0x040;
9574 tempah = 0x040 ;
9579 tempah = ( tempah ^ 0x050 ) ;
9584 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part1Port, 0x00, tempah);
9585 tempah = 0x08;
9590 tempah);
9592 tempah = 0x00;
9601 tempah |= 0x01;
9603 tempbl, tempah);
9608 tempah |= 0x01;
9614 tempah = 0x01;
9617 tempah |= 0x02;
9620 tempah = tempah ^ 0x05;
9622 tempah = tempah ^ 0x01;
9626 tempah |= 0x08;
9628 tempbl, tempah);
9632 tempbl, tempah);
9637 tempah);
9643 tempah &= (~0x08);
9646 tempah |= 0x010;
9648 tempah |= 0x080;
9653 tempah |= 0x020;
9656 tempah = tempah ^ 0x20;
9662 tempah);
9663 tempah = 0;
9666 tempah |= 0x40;
9672 tempah |= 0x40;
9678 tempah |= 0x80;
9681 tempah |= 0x80;
9683 XGI_SetReg((XGIIOADDRESS) pVBInfo->Part4Port, 0x0C, tempah);
9689 tempah = 0;
9695 tempah |= 0x04; /* shampoo 0129 */
9699 tempah);
9700 tempah = 0x00;
9704 tempah |= 0x30;
9708 tempah);
9709 tempah = 0;
9714 tempah |= 0xc0;
9717 tempah);
9720 tempah = 0;
9725 tempah |= 0x80;
9728 XGI_SetRegANDOR((XGIIOADDRESS) pVBInfo->Part4Port, 0x23, tempbl, tempah);