Searched defs:resindex (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/xgifb/
H A Dvb_setmode.c685 unsigned short resindex, tempax, tempbx, tempcx, temp, modeflag; local
689 resindex = XGI330_EModeIDTable[ModeIdIndex].Ext_RESINFO;
692 tempax = XGI330_ModeResInfo[resindex].HTotal;
693 tempbx = XGI330_ModeResInfo[resindex].VTotal;
1001 unsigned short data, data2, data3, infoflag = 0, modeflag, resindex, local
1022 resindex = XGI330_EModeIDTable[ModeIdIndex].Ext_RESINFO;
1023 xres = XGI330_ModeResInfo[resindex].HTotal; /* xres->ax */
1176 unsigned short resindex, xres, yres, modeflag; local
1182 resindex = XGI330_EModeIDTable[ModeIdIndex].Ext_RESINFO;
1184 xres = XGI330_ModeResInfo[resindex]
2409 unsigned short xres, yres, modeflag, resindex; local
4200 unsigned short xres, yres, colordepth, modeflag, resindex; local
4240 unsigned short xres, yres, modeflag, resindex; local
[all...]
/drivers/video/fbdev/sis/
H A Dinit.c2652 unsigned short data, infoflag = 0, modeflag, resindex; local
2663 resindex = SiS_GetResInfo(SiS_Pr, ModeNo, ModeIdIndex);
H A Dinit301.c2734 unsigned short xres, yres, modeflag=0, resindex; local
2745 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex);
2748 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal;
2749 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal;
2751 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal;
2752 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal;
6443 unsigned short crt2crtc, resindex; local
6456 resindex = crt2crtc & 0x3F;
6463 resindex = 4;
6466 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x01,0x80,(CRT2Part2Ptr+resindex)
6592 unsigned short resindex, CRT2Index; local
7834 unsigned short TVType, resindex; local
[all...]

Completed in 121 milliseconds