Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis.h255 #define VB2_301 0x00000002 /* Video bridge type */ macro
271 #define VB2_SISTMDSBRIDGE (VB2_301 | VB2_301B | VB2_301C | VB2_302B | VB2_307T)
277 #define VB2_SISHIVISIONBRIDGE (VB2_301 | VB2_301B | VB2_302B)
283 #define VB2_SISVGA2BRIDGE (VB2_301 | VB2_301B | VB2_301C | VB2_302B | VB2_307T)
Dsis_main.c994 (ivideo->vbflags2 & (VB2_301|VB2_30xBDH|VB2_LVDS))) || in sisfb_myblank()
2412 if(ivideo->vbflags2 & VB2_301) { in SiS_Sense30x()
2683 ivideo->vbflags2 |= VB2_301; in sisfb_get_VB_type()
Dinit301.c9324 if(!(VBFlags2 & VB2_301)) { in SiS_InitDDCRegs()