Searched refs:tempbh (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_setmode.h81 extern void XGI_XG21BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo);
82 extern void XGI_XG27BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo);
H A Dvb_setmode.c244 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; local in function:XGI_SetLCDRegs
6385 tempbh = ((tempbx & 0xFF00) >> 8) & 0x07;
6388 tempah |= tempbh;
7821 void XGI_XG21BLSignalVDD(USHORT tempbh,USHORT tempbl, PVB_DEVICE_INFO pVBInfo) argument
7826 tempbh &= 0x23;
7828 XGI_SetRegAND( (XGIIOADDRESS)pVBInfo->P3d4 , 0x4A , ~tempbh ) ; /* enable GPIO write */
7830 if (tempbh&0x20)
7842 temp &= ~tempbh;
7848 XGI_XG27BLSignalVDD(USHORT tempbh,USHORT tempbl,PVB_DEVICE_INFO pVBInfo) argument
9055 UCHAR tempah, tempbl, tempbh; local in function:XGI_SetDelayComp
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c8278 unsigned short tempbh; local in function:SiS_SetCH701xForLCD
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
10671 unsigned short tempcl,tempch,tempbl,tempbh,tempbx,tempax,temp; local in function:SiS_FinalizeLCD
[all...]
H A Dsis_vga.c53 static int SIS6326DoSense(ScrnInfoPtr pScrn, int tempbh, int tempbl, int tempch, int tempcl);
944 SIS6326DoSense(ScrnInfoPtr pScrn, int tempbh, int tempbl, int tempch, int tempcl) argument
951 temp |= tempbh;

Completed in 37 milliseconds