Searched refs:resindex (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c2779 unsigned short xres, yres, modeflag=0, resindex; local
2790 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex);
2793 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal;
2794 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal;
2796 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal;
2797 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal;
6521 unsigned short crt2crtc, resindex; local
6534 resindex = crt2crtc & 0x3F;
6541 resindex = 4;
6544 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x01,0x80,(CRT2Part2Ptr+resindex)
6648 unsigned short resindex, CRT2Index; local
7884 unsigned short TVType, resindex; local
[all...]
H A Dinit.c2648 unsigned short data, infoflag = 0, modeflag, resindex; local
2659 resindex = SiS_GetResInfo(SiS_Pr, ModeNo, ModeIdIndex);

Completed in 174 milliseconds