Searched refs:tempal (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/staging/xgifb/ |
D | vb_setmode.c | 1786 unsigned short i, tempdx, tempcx, tempbx, tempal, modeflag, table; in XGI_GetLcdPtr() local 1794 tempal = pVBInfo->SModeIDTable[ModeIdIndex].St_CRT2CRTC; in XGI_GetLcdPtr() 1797 tempal = pVBInfo->RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in XGI_GetLcdPtr() 1800 tempal = tempal & 0x0f; in XGI_GetLcdPtr() 1805 tempal = pVBInfo->SModeIDTable[ModeIdIndex].St_CRT2CRTC; in XGI_GetLcdPtr() 1807 tempal = pVBInfo->RefIndex[RefreshRateTableIndex]. in XGI_GetLcdPtr() 1813 tempal = pVBInfo->SModeIDTable[ModeIdIndex]. in XGI_GetLcdPtr() 1816 tempal = pVBInfo->RefIndex[ in XGI_GetLcdPtr() 1822 tempal = (tempal >> 4); in XGI_GetLcdPtr() 1824 tempal = (tempal & 0x0f); in XGI_GetLcdPtr() [all …]
|
/linux-3.4.99/drivers/video/sis/ |
D | init301.c | 649 unsigned short tempal,temp,i,j; in SiS_VBWait() local 654 tempal = SiS_GetRegByte(SiS_Pr->SiS_P3da); in SiS_VBWait() 656 if((tempal & 0x08)) continue; in SiS_VBWait() 659 if(!(tempal & 0x08)) continue; in SiS_VBWait() 2835 unsigned short tempbx=0, tempal=0, resinfo=0; in SiS_GetCRT2Ptr() local 2838 tempal = SiS_Pr->SiS_SModeIDTable[ModeIdIndex].St_CRT2CRTC; in SiS_GetCRT2Ptr() 2840 tempal = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_CRT2CRTC; in SiS_GetCRT2Ptr() 2853 if (resinfo == SIS_RI_1280x800) tempal = 9; in SiS_GetCRT2Ptr() 2854 else if(resinfo == SIS_RI_1400x1050) tempal = 11; in SiS_GetCRT2Ptr() 2858 if (resinfo == SIS_RI_1280x768) tempal = 9; in SiS_GetCRT2Ptr() [all …]
|