Lines Matching refs:tempbh
244 void XGI_XG21BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo);
245 void XGI_XG27BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo);
6290 tempcx, temp, tempah, tempbh, tempch, resinfo, modeflag, CRT1Index;
6385 tempbh = ((tempbx & 0xFF00) >> 8) & 0x07;
6388 tempah |= tempbh;
7821 void XGI_XG21BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo)
7826 tempbh &= 0x23;
7828 XGI_SetRegAND( (XGIIOADDRESS)pVBInfo->P3d4 , 0x4A , ~tempbh ) ; /* enable GPIO write */
7830 if (tempbh&0x20)
7842 temp &= ~tempbh;
7848 void XGI_XG27BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo)
7855 tempbh0 = tempbh;
7862 if (tempbh&0x20)
7877 tempbh &= 0x03;
7879 tempbh <<= 2;
7883 XGI_SetRegAND( (XGIIOADDRESS) pVBInfo->P3d4 , 0x4A , ~tempbh ) ; /* enable GPIO write */
7885 XGI_SetRegANDOR( (XGIIOADDRESS) pVBInfo->P3d4 , 0x48 , ~tempbh , tempbl ) ;
9055 UCHAR tempah, tempbl, tempbh;
9067 tempbh = 0;
9088 tempbh = pVBInfo->LCDCapList[index].LCD_DelayCompensation;
9091 tempbl = tempbh;
9095 tempbh &= 0xF0;
9105 tempah |= tempbh;
9114 tempbh = 0;