Searched refs:resindex (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_setmode.c | 1084 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; in XGI_SetCRT1DE() local 1088 resindex = XGI_GetResInfo(ModeNo, ModeIdIndex, pVBInfo); in XGI_SetCRT1DE() 1092 tempax = pVBInfo->StResInfo[resindex].HTotal; in XGI_SetCRT1DE() 1093 tempbx = pVBInfo->StResInfo[resindex].VTotal; in XGI_SetCRT1DE() 1096 tempax = pVBInfo->ModeResInfo[resindex].HTotal; in XGI_SetCRT1DE() 1097 tempbx = pVBInfo->ModeResInfo[resindex].VTotal; in XGI_SetCRT1DE() 1157 unsigned short resindex; in XGI_GetResInfo() local 1160 resindex = pVBInfo->SModeIDTable[ModeIdIndex].St_ResInfo; /* si+St_ResInfo */ in XGI_GetResInfo() 1162 resindex = pVBInfo->EModeIDTable[ModeIdIndex].Ext_RESINFO; /* si+Ext_ResInfo */ in XGI_GetResInfo() 1163 return resindex; in XGI_GetResInfo() [all …]
|
/linux-2.6.39/drivers/video/sis/ |
D | init301.c | 2734 unsigned short xres, yres, modeflag=0, resindex; in SiS_GetCRT2ResInfo() local 2745 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex); in SiS_GetCRT2ResInfo() 2748 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo() 2749 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo() 2751 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo() 2752 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo() 6443 unsigned short crt2crtc, resindex; in SiS_Set300Part2Regs() local 6456 resindex = crt2crtc & 0x3F; in SiS_Set300Part2Regs() 6463 resindex = 4; in SiS_Set300Part2Regs() 6466 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x01,0x80,(CRT2Part2Ptr+resindex)->CR[0]); in SiS_Set300Part2Regs() [all …]
|
D | init.c | 2650 unsigned short data, infoflag = 0, modeflag, resindex; in SiS_SetCRT1ModeRegs() local 2661 resindex = SiS_GetResInfo(SiS_Pr, ModeNo, ModeIdIndex); in SiS_SetCRT1ModeRegs()
|