Symbol: VB_SIS301C
drivers/video/fbdev/sis/init.c
1442
SiS_Pr->SiS_VBType = VB_SIS301C;
drivers/video/fbdev/sis/init.c
1452
if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) {
drivers/video/fbdev/sis/init.c
1456
else SiS_Pr->SiS_VBType = VB_SIS301C; /* VB_SIS302ELV; */
drivers/video/fbdev/sis/init.c
1461
if(SiS_Pr->SiS_VBType & (VB_SIS301C | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV)) {
drivers/video/fbdev/sis/init301.c
10015
if(SiS_Pr->SiS_VBType & VB_SIS301C) {
drivers/video/fbdev/sis/init301.c
10116
} else if(SiS_Pr->SiS_VBType & VB_SIS301C) {
drivers/video/fbdev/sis/init301.c
10199
if(SiS_Pr->SiS_VBType & VB_SIS301C) delay = 0x02;
drivers/video/fbdev/sis/init301.c
9840
if(SiS_Pr->SiS_VBType & VB_SIS301C) { /* 1.15.20 and later (not VB specific) */
drivers/video/fbdev/sis/initdef.h
100
#define VB_SISTAP4SCALER (VB_SIS301C | VB_SIS307T | VB_SIS302ELV | VB_SIS307LV)
drivers/video/fbdev/sis/initdef.h
101
#define VB_SISPART4OVERFLOW (VB_SIS301C | VB_SIS307T | VB_SIS302LV | VB_SIS302ELV | VB_SIS307LV)
drivers/video/fbdev/sis/initdef.h
102
#define VB_SISPWD (VB_SIS301C | VB_SIS307T | VB_SISLVDS)
drivers/video/fbdev/sis/initdef.h
104
#define VB_SISPOWER (VB_SIS301C | VB_SIS307T | VB_SIS302LV | VB_SIS302ELV | VB_SIS307LV)
drivers/video/fbdev/sis/initdef.h
107
#define VB_SISRAMDAC202 (VB_SIS301C | VB_SIS307T)
drivers/video/fbdev/sis/initdef.h
88
#define VB_SIS30xB (VB_SIS301B | VB_SIS301C | VB_SIS302B | VB_SIS307T)
drivers/video/fbdev/sis/initdef.h
89
#define VB_SIS30xC (VB_SIS301C | VB_SIS307T)
drivers/video/fbdev/sis/initdef.h
90
#define VB_SISTMDS (VB_SIS301 | VB_SIS301B | VB_SIS301C | VB_SIS302B | VB_SIS307T)
drivers/video/fbdev/sis/initdef.h
95
#define VB_SISLCDA (VB_SIS302B | VB_SIS301C | VB_SIS307T | VB_SISLVDS)
drivers/video/fbdev/sis/initdef.h
96
#define VB_SISTMDSLCDA (VB_SIS301C | VB_SIS307T)
drivers/video/fbdev/sis/initdef.h
97
#define VB_SISPART4SCALER (VB_SIS301C | VB_SIS307T | VB_SIS302ELV | VB_SIS307LV)
drivers/video/fbdev/sis/initdef.h
99
#define VB_SISYPBPR (VB_SIS301C | VB_SIS307T | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV | VB_SIS307LV)