sisfb_crt2type    542 drivers/video/fbdev/sis/sis.h 	int		sisfb_crt2type;
sisfb_crt2type    121 drivers/video/fbdev/sis/sis_main.c 	sisfb_crt2type		= -1;
sisfb_crt2type    300 drivers/video/fbdev/sis/sis_main.c 			sisfb_crt2type = sis_crt2type[i].type_no;
sisfb_crt2type    311 drivers/video/fbdev/sis/sis_main.c 	if(sisfb_crt2type < 0)
sisfb_crt2type   5932 drivers/video/fbdev/sis/sis_main.c 	ivideo->sisfb_crt2type = sisfb_crt2type;
sisfb_crt2type   6322 drivers/video/fbdev/sis/sis_main.c 			if(ivideo->sisfb_crt2type != -1) {
sisfb_crt2type   6323 drivers/video/fbdev/sis/sis_main.c 				if((ivideo->sisfb_crt2type == CRT2_LCD) &&
sisfb_crt2type   6326 drivers/video/fbdev/sis/sis_main.c 				} else if(ivideo->sisfb_crt2type != CRT2_LCD) {
sisfb_crt2type   6327 drivers/video/fbdev/sis/sis_main.c 					ivideo->currentvbflags |= ivideo->sisfb_crt2type;
sisfb_crt2type     61 drivers/video/fbdev/sis/sis_main.h static int sisfb_crt2type  = -1;	/* CRT2 type (for overriding autodetection) */