Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dinitdef.h80 #define VB_SIS301LV 0x0008 macro
91 #define VB_SISLVDS (VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV | VB_SIS307LV)
99 #define VB_SISYPBPR (VB_SIS301C | VB_SIS307T | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV | VB_SIS3…
H A Dinit.c1458 SiS_Pr->SiS_VBType = VB_SIS301LV; in SiS_GetVBType()
1461 if(SiS_Pr->SiS_VBType & (VB_SIS301C | VB_SIS301LV | VB_SIS302LV | VB_SIS302ELV)) { in SiS_GetVBType()