Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/sis/
Dsis.h256 #define VB2_301B 0x00000004 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.c2428 } else if(ivideo->vbflags2 & (VB2_301B | VB2_302B)) { in SiS_Sense30x()
2697 ivideo->vbflags2 |= VB2_301B; in sisfb_get_VB_type()