Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/sis/
Dinitdef.h77 #define VB_SIS301 0x0001 macro
90 #define VB_SISTMDS (VB_SIS301 | VB_SIS301B | VB_SIS301C | VB_SIS302B | VB_SIS307T)
94 #define VB_SISVB (VB_SIS301 | VB_SIS30xBLV)
98 #define VB_SISHIVISION (VB_SIS301 | VB_SIS301B | VB_SIS302B)
Dinit301.c486 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7; in SiS_PanelDelay()
1518 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_GetLCDResInfo()
2491 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2506 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2611 } else if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
6166 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup1()
7483 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup4()
10404 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM310Setting()
10427 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM661Setting()
10706 if(SiS_Pr->SiS_VBType & VB_SIS301) tempbx &= 0x07; in GetOEMLCDPtr()
Dinit.c1448 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()