Searched refs:CRT2_VGA (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dsisfb.h35 #define CRT2_VGA 0x00000008 macro
57 #define CRT2_ENABLE (CRT2_LCD | CRT2_TV | CRT2_VGA)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c513 else if(ivideo->vbflags & CRT2_VGA) realcrtno = 2;
671 case CRT2_VGA:
978 } else if(ivideo->currentvbflags & CRT2_VGA) {
2081 ivideo->vbflags &= ~(CRT2_TV | CRT2_LCD | CRT2_VGA);
2085 if(cr32 & SIS_VB_CRT2) ivideo->vbflags |= CRT2_VGA;
3629 case CRT2_VGA:
6202 else if(ivideo->vbflags & CRT2_VGA)
6203 ivideo->currentvbflags |= CRT2_VGA;
6209 else if(ivideo->vbflags & CRT2_VGA)
6210 ivideo->currentvbflags |= CRT2_VGA;
[all...]
H A Dsis_main.h377 {"VGA", CRT2_VGA, -1, FL_300|FL_315},

Completed in 78 milliseconds