cfxga_write_1     559 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_MODE, mode | MODE_CRT);
cfxga_write_1     561 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_MODE, mode | MODE_NO_DISPLAY);
cfxga_write_1     699 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_MODE, 0);	/* disable all displays */
cfxga_write_1     707 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_LCD_PCLK, LCD_PCLK_SRC_CLKI | LCD_PCLK_DIV_1);
cfxga_write_1     708 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_MPLUG_CLK,
cfxga_write_1     730 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_HWIDTH, (640 / 8) - 1);
cfxga_write_1     733 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_HPULSE, 4);
cfxga_write_1     737 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_VPULSE, 2);
cfxga_write_1     740 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_HWIDTH, (800 / 8) - 1);
cfxga_write_1     743 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_HPULSE, 4);
cfxga_write_1     747 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_CRT_VPULSE, 2);
cfxga_write_1     750 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_MODE,
cfxga_write_1     753 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_START_HIGH, 0);
cfxga_write_1     755 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_PANNING, 0);
cfxga_write_1     756 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_FIFO_THRESHOLD_HIGH, 0);
cfxga_write_1     757 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_FIFO_THRESHOLD_LOW, 0);
cfxga_write_1     758 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_CRT_CURSOR_CONTROL, CURSOR_INACTIVE);
cfxga_write_1     771 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_LUT_MODE, LUT_CRT);
cfxga_write_1     772 dev/pcmcia/cfxga.c 		cfxga_write_1(sc, CFREG_LUT_ADDRESS, 0); /* autoincrements */
cfxga_write_1     775 dev/pcmcia/cfxga.c 			cfxga_write_1(sc, CFREG_LUT_DATA, *cmap++ & 0xf0);
cfxga_write_1     779 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_TV_CONTROL,
cfxga_write_1     782 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_POWER_CONF, POWERSAVE_MBO);
cfxga_write_1     783 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_WATCHDOG, 0);
cfxga_write_1     785 dev/pcmcia/cfxga.c 	cfxga_write_1(sc, CFREG_MODE, MODE_CRT);