Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/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.c811 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7; in SiS_PanelDelay()
1841 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_GetLCDResInfo()
2812 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2827 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2932 } else if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
6487 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup1()
7798 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup4()
10712 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM310Setting()
10735 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM661Setting()
11014 if(SiS_Pr->SiS_VBType & VB_SIS301) tempbx &= 0x07; in GetOEMLCDPtr()
Dinit.c1449 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()