Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis.h237 #define VB_CONEXANT 0x00000800 /* 661 series only */ macro
238 #define VB_TRUMPION VB_CONEXANT /* 300 series only */
251 #define VB_VIDEOBRIDGE (VB_SISBRIDGE | VB_LVDS | VB_CHRONTEL | VB_CONEXANT)
H A Dsis_main.c2795 ivideo->vbflags |= (VB_LVDS | VB_CONEXANT); /* Deprecated */ in sisfb_get_VB_type()