Home
last modified time | relevance | path

Searched refs:VB_SIS302B (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/sis/
H A Dinitdef.h79 #define VB_SIS302B 0x0004 macro
88 #define VB_SIS30xB (VB_SIS301B | VB_SIS301C | VB_SIS302B | 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)
98 #define VB_SISHIVISION (VB_SIS301 | VB_SIS301B | VB_SIS302B)
H A Dinit.c1439 SiS_Pr->SiS_VBType = VB_SIS302B; in SiS_GetVBType()
1452 if(SiS_Pr->SiS_VBType & (VB_SIS301B | VB_SIS301C | VB_SIS302B)) { in SiS_GetVBType()