Home
last modified time | relevance | path

Searched refs:VB_SIS301 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/sis/
Dinitdef.h76 #define VB_SIS301 0x0001 macro
87 #define VB_SISVB (VB_SIS301 | VB_SIS301BLV302BLV)
88 #define VB_SISTMDS (VB_SIS301 | VB_SIS301B302B)
Dinit301.c1013 } else if(SiS_Pr->SiS_VBType & (VB_SIS301 | VB_SIS301B | VB_SIS302B)) { in SiS_GetVBInfo()
2363 if((HwInfo->jChipType < SIS_315H) && (SiS_Pr->SiS_VBType & VB_SIS301)) { in SiS_SetCRT2ModeRegs()
2492 } else if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
5425 else if(SiS_Pr->SiS_VBType & VB_SIS301) tempcx |= 0x0800; in SiS_SetGroup1_301()
5444 if(!(SiS_Pr->SiS_VBType & VB_SIS301)) temp |= 0x01; /* Always 8 dotclock */ in SiS_SetGroup1_301()
6283 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup1()
7620 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup4()
11071 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM310Setting()
11280 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM661Setting()
Dinit.c1668 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()