Home
last modified time | relevance | path

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

/linux-5.19.10/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.c812 if(SiS_Pr->SiS_VBType & VB_SIS301) PanelID &= 0xf7; in SiS_PanelDelay()
1842 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_GetLCDResInfo()
2813 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2828 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
2933 } else if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetCRT2ModeRegs()
6488 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup1()
7799 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_SetGroup4()
10713 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM310Setting()
10736 if(SiS_Pr->SiS_VBType & VB_SIS301) { in SiS_OEM661Setting()
11015 if(SiS_Pr->SiS_VBType & VB_SIS301) tempbx &= 0x07; in GetOEMLCDPtr()
Dinit.c1449 SiS_Pr->SiS_VBType = VB_SIS301; in SiS_GetVBType()