Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis.h269 #define VB2_301 0x00000002 /* Video bridge type */ macro
285 #define VB2_SISTMDSBRIDGE (VB2_301 | VB2_301B | VB2_301C | VB2_302B | VB2_307T)
291 #define VB2_SISHIVISIONBRIDGE (VB2_301 | VB2_301B | VB2_302B)
297 #define VB2_SISVGA2BRIDGE (VB2_301 | VB2_301B | VB2_301C | VB2_302B | VB2_307T)
Dsis_main.c1008 (ivideo->vbflags2 & (VB2_301|VB2_30xBDH|VB2_LVDS))) || in sisfb_myblank()
2426 if(ivideo->vbflags2 & VB2_301) { in SiS_Sense30x()
2697 ivideo->vbflags2 |= VB2_301; in sisfb_get_VB_type()
Dinit301.c9326 if(!(VBFlags2 & VB2_301)) { in SiS_InitDDCRegs()