Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis.h259 #define VB2_302B 0x00000800 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)
287 #define VB2_30xB (VB2_301B | VB2_301C | VB2_302B | VB2_307T)
Dsis_main.c2418 } else if(ivideo->vbflags2 & (VB2_301B | VB2_302B)) { in SiS_Sense30x()
2724 ivideo->vbflags2 |= VB2_302B; in sisfb_get_VB_type()