Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dinit301.c2601 USHORT xres,yres,modeflag=0,resindex; in SiS_GetCRT2ResInfo() local
2613 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex); in SiS_GetCRT2ResInfo()
2616 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
2617 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
2619 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
2620 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
6561 USHORT crt2crtc, resindex; in SiS_Set300Part2Regs() local
6575 resindex = crt2crtc & 0x3F; in SiS_Set300Part2Regs()
6582 resindex = 4; in SiS_Set300Part2Regs()
6585 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x01,0x80,(CRT2Part2Ptr+resindex)->CR[0]); in SiS_Set300Part2Regs()
[all …]
Dinit.c2917 USHORT resindex,xres; in SiS_SetCRT1ModeRegs() local
2929 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex); in SiS_SetCRT1ModeRegs()
2933 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_SetCRT1ModeRegs()
2936 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_SetCRT1ModeRegs()