Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dinitdef.h83 #define VB_SIS301C 0x0040 macro
88 #define VB_SIS30xB (VB_SIS301B | VB_SIS301C | VB_SIS302B | VB_SIS307T)
89 #define VB_SIS30xC (VB_SIS301C | VB_SIS307T)
90 #define VB_SISTMDS (VB_SIS301 | VB_SIS301B | VB_SIS301C | VB_SIS302B | VB_SIS307T)
95 #define VB_SISLCDA (VB_SIS302B | VB_SIS301C | VB_SIS307T | VB_SISLVDS)
96 #define VB_SISTMDSLCDA (VB_SIS301C | VB_SIS307T)
97 #define VB_SISPART4SCALER (VB_SIS301C | VB_SIS307T | VB_SIS302ELV | VB_SIS307LV)
99 #define VB_SISYPBPR (VB_SIS301C | VB_SIS307T | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV | VB_SIS3…
100 #define VB_SISTAP4SCALER (VB_SIS301C | VB_SIS307T | VB_SIS302ELV | VB_SIS307LV)
101 #define VB_SISPART4OVERFLOW (VB_SIS301C | VB_SIS307T | VB_SIS302LV | VB_SIS302ELV | VB_SIS307LV)
[all …]
Dinit.c1442 SiS_Pr->SiS_VBType = VB_SIS301C; in SiS_GetVBType()
1452 if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) { in SiS_GetVBType()
1456 else SiS_Pr->SiS_VBType = VB_SIS301C; /* VB_SIS302ELV; */ in SiS_GetVBType()
1461 if(SiS_Pr->SiS_VBType & (VB_SIS301C | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV)) { in SiS_GetVBType()
Dinit301.c9841 if(SiS_Pr->SiS_VBType & VB_SIS301C) { /* 1.15.20 and later (not VB specific) */ in GetLCDPtrIndexBIOS()
10016 if(SiS_Pr->SiS_VBType & VB_SIS301C) { in SetDelayComp()
10117 } else if(SiS_Pr->SiS_VBType & VB_SIS301C) { in SetDelayComp()
10200 if(SiS_Pr->SiS_VBType & VB_SIS301C) delay = 0x02; in SetDelayComp()