crt_on            456 drivers/video/fbdev/aty/aty128fb.c 	int crt_on, lcd_on;
crt_on           1538 drivers/video/fbdev/aty/aty128fb.c 		aty128_set_crt_enable(par, par->crt_on);
crt_on           1940 drivers/video/fbdev/aty/aty128fb.c 	par->crt_on = default_crt_on;
crt_on           2225 drivers/video/fbdev/aty/aty128fb.c 		aty128_set_crt_enable(par, par->crt_on && !blank);
crt_on           2319 drivers/video/fbdev/aty/aty128fb.c 		par->crt_on = (value & 0x02) != 0;
crt_on           2320 drivers/video/fbdev/aty/aty128fb.c 		if (!par->crt_on && !par->lcd_on)
crt_on           2322 drivers/video/fbdev/aty/aty128fb.c 		aty128_set_crt_enable(par, par->crt_on);	
crt_on           2328 drivers/video/fbdev/aty/aty128fb.c 		value = (par->crt_on << 1) | par->lcd_on;