Searched refs:tempbl (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_setmode.h | 32 extern void XGI_XG21BLSignalVDD(unsigned short tempbh, unsigned short tempbl, struct vb_devic… 33 extern void XGI_XG27BLSignalVDD(unsigned short tempbh, unsigned short tempbl, struct vb_devic… 34 extern void XGI_XG21SetPanelDelay(unsigned short tempbl, struct vb_device_info *pVBInfo);
|
D | vb_setmode.c | 2669 unsigned char tempal, tempah, tempbl, i; in XGI_GetLCDCapPtr() local 2675 tempbl = pVBInfo->LCDCapList[i].LCD_ID; in XGI_GetLCDCapPtr() 2677 while (tempbl != 0xFF) { in XGI_GetLCDCapPtr() 2678 if (tempbl & 0x80) { /* OEMUtil */ in XGI_GetLCDCapPtr() 2680 tempbl = tempbl & ~(0x80); in XGI_GetLCDCapPtr() 2683 if (tempal == tempbl) in XGI_GetLCDCapPtr() 2688 tempbl = pVBInfo->LCDCapList[i].LCD_ID; in XGI_GetLCDCapPtr() 2696 unsigned short tempah, tempal, tempbl, i; in XGI_GetLCDCapPtr1() local 2702 tempbl = pVBInfo->LCDCapList[i].LCD_ID; in XGI_GetLCDCapPtr1() 2704 while (tempbl != 0xFF) { in XGI_GetLCDCapPtr1() [all …]
|
D | XGI_main.h | 784 int XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch);
|
D | XGI_main_26.c | 1733 int XGIDoSense(int tempbl, int tempbh, int tempcl, int tempch) in XGIDoSense() argument 1737 outXGIIDXREG(XGIPART4, 0x11, tempbl); in XGIDoSense()
|
/linux-2.6.39/drivers/video/sis/ |
D | init301.c | 2369 unsigned short tempbl; in SiS_SetCRT2ModeRegs() local 2398 tempbl = SiS_GetReg(SiS_Pr->SiS_P3c4,0x32); in SiS_SetCRT2ModeRegs() 2399 tempbl &= 0xef; in SiS_SetCRT2ModeRegs() 2400 tempbl |= 0x02; in SiS_SetCRT2ModeRegs() 2402 tempbl |= 0x10; in SiS_SetCRT2ModeRegs() 2403 tempbl &= 0xfd; in SiS_SetCRT2ModeRegs() 2405 SiS_SetReg(SiS_Pr->SiS_P3c4,0x32,tempbl); in SiS_SetCRT2ModeRegs() 2582 tempbl = 0xfb; in SiS_SetCRT2ModeRegs() 2586 tempbl = 0xff; in SiS_SetCRT2ModeRegs() 2589 SiS_SetRegANDOR(SiS_Pr->SiS_Part1Port,0x13,tempbl,tempah); in SiS_SetCRT2ModeRegs() [all …]
|